{"id":28075602,"url":"https://github.com/mikebirdtech/obsidian-plugin-generator","last_synced_at":"2025-06-29T22:35:04.269Z","repository":{"id":291598703,"uuid":"978109568","full_name":"MikeBirdTech/obsidian-plugin-generator","owner":"MikeBirdTech","description":"Generate an Obsidian plugin with the help of AI","archived":false,"fork":false,"pushed_at":"2025-05-05T14:35:58.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-13T00:58:27.828Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MikeBirdTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-05T13:39:02.000Z","updated_at":"2025-05-10T00:14:14.000Z","dependencies_parsed_at":"2025-05-05T15:53:51.296Z","dependency_job_id":"7b708040-fc1a-449c-ae8f-81259abf0c96","html_url":"https://github.com/MikeBirdTech/obsidian-plugin-generator","commit_stats":null,"previous_names":["mikebirdtech/obsidian-plugin-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MikeBirdTech/obsidian-plugin-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBirdTech%2Fobsidian-plugin-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBirdTech%2Fobsidian-plugin-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBirdTech%2Fobsidian-plugin-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBirdTech%2Fobsidian-plugin-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MikeBirdTech","download_url":"https://codeload.github.com/MikeBirdTech/obsidian-plugin-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBirdTech%2Fobsidian-plugin-generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262679300,"owners_count":23347519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-13T00:58:26.733Z","updated_at":"2025-06-29T22:35:04.231Z","avatar_url":"https://github.com/MikeBirdTech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Obsidian Plugin Generator\n\nAn intelligent tool to generate custom Obsidian plugins based on user descriptions and answers.\n\n## Demo Video\n\n[![Obsidian Plugin Generator Demo](https://img.youtube.com/vi/YXgOXf6oDBQ/0.jpg)](https://www.youtube.com/watch?v=YXgOXf6oDBQ)\n\nClick the image above to watch the demo of using the Obsidian Plugin Generator.\n\n## Installation\n\n1. Navigate to the `obsidian_plugin_generator` directory\n2. Install the required packages:\n   ```\n   pip install -r requirements.txt\n   ```\n3. Set up environment variables:\n   - `GROQ_API_KEY`: Your Groq API key (if using Groq)\n   - `OLLAMA_MODEL`: Your preferred Ollama model (default is \"llama3.1\")\n\n## Usage\n\n```\npython obsidian_plugin_generator.py [plugin_name] [options]\n```\n\n### Options\n\n- `--vault-path PATH`: Path to Obsidian vault (default: ~/Documents/ObsidianVault)\n- `--ai {ollama,groq,anthropic}`: AI service to use (default: ollama)\n- `--name`: Name of the plugin (default: \"My Obsidian Plugin\")\n\n### Examples\n\n```\npython obsidian_plugin_generator.py --name \"My Custom Plugin\"\npython obsidian_plugin_generator.py --name \"Task Tracker\" --vault-path ~/Obsidian/MyVault\npython obsidian_plugin_generator.py --name \"Code Snippets\" --ai groq\n```\n\n## Features\n\n- AI-powered plugin generation based on user descriptions\n- Supports multiple AI services: Ollama and Groq\n- Automatically clones and modifies the Obsidian sample plugin\n- Generates enhanced TypeScript code for the plugin\n- Handles existing directories with options to overwrite, rename, or cancel\n- Provides next steps for plugin development and testing\n\n## Output\n\nThe script generates a new Obsidian plugin directory in your vault's `.obsidian/plugins` folder, containing:\n\n1. `main.ts`: The main TypeScript file with AI-generated plugin code\n2. `manifest.json`: Plugin manifest file with updated metadata\n3. `package.json`: Package configuration file with updated metadata\n4. Other necessary files from the sample plugin\n\n## Notes\n\n- Ensure you have Git installed and accessible from the command line\n- The script requires an active internet connection to clone the sample plugin\n- Review and complete any TODOs left in the generated code\n- Follow the \"Next Steps\" provided after plugin generation for further development\n\n## Requirements\n\n- Python 3.6+\n- Git\n- Node.js and npm (for plugin development)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikebirdtech%2Fobsidian-plugin-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikebirdtech%2Fobsidian-plugin-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikebirdtech%2Fobsidian-plugin-generator/lists"}