{"id":31228495,"url":"https://github.com/abendrothj/lao-plugins","last_synced_at":"2026-02-13T22:02:00.391Z","repository":{"id":314734899,"uuid":"1056577628","full_name":"abendrothj/lao-plugins","owner":"abendrothj","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-14T12:16:39.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-14T13:26:42.176Z","etag":null,"topics":["ai-workflow-optimization","ai-workflows","lao","offline-first","privacy-protection"],"latest_commit_sha":null,"homepage":"https://abendrothj.github.io/lao-plugins/","language":"HTML","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/abendrothj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-14T11:43:34.000Z","updated_at":"2025-09-14T12:31:56.000Z","dependencies_parsed_at":"2025-09-14T13:26:44.000Z","dependency_job_id":"3dbdd849-28a5-4c1e-b201-5aff62664b73","html_url":"https://github.com/abendrothj/lao-plugins","commit_stats":null,"previous_names":["abendrothj/lao-plugins"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/abendrothj/lao-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abendrothj%2Flao-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abendrothj%2Flao-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abendrothj%2Flao-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abendrothj%2Flao-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abendrothj","download_url":"https://codeload.github.com/abendrothj/lao-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abendrothj%2Flao-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276361172,"owners_count":25628854,"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","status":"online","status_checked_at":"2025-09-22T02:00:08.972Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ai-workflow-optimization","ai-workflows","lao","offline-first","privacy-protection"],"created_at":"2025-09-22T06:54:04.904Z","updated_at":"2025-09-22T06:54:05.950Z","avatar_url":"https://github.com/abendrothj.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LAO Plugin Ecosystem\n\nWelcome to the **official community plugin registry** for [LAO (Local AI Orchestrator)](https://github.com/abendrothj/lao)!  \nThis is the place to **discover, share, and contribute plugins** that supercharge your local AI workflows.\n\n:rocket: **Explore plugins on our site:**  \nhttps://abendrothj.github.io/lao-plugins\n\n---\n\n## 🌟 About LAO\n\nLAO is an offline, agentic workflow engine for chaining local AI models and plugins into powerful, prompt-driven pipelines. This repo powers the **plugin ecosystem**—open to all!\n\n---\n\n## 📚 Plugin Directory Structure\n\nPlugins live in `/plugins/YourPluginName/`:\n\n```\n/plugins/\n  /MyPlugin/\n    plugin.yaml     # Plugin metadata (manifest, see below)\n    README.md       # Usage/install info\n    [binaries, examples, source, etc.]\n```\n\n### Example plugin.yaml:\n```\nname: MyAwesomePlugin\nversion: 1.0.0\ndescription: Adds next-gen AI processing to LAO\nauthor: Contributor Name\nlicense: MIT\nrepository: https://github.com/yourusername/my-awesome-plugin\ntags: [ai, processing, text]\ncapabilities:\n  - name: summarize\n    description: Summarizes text with LLM\n    input_type: text\n    output_type: text\ncompatible_core: 0.5.0\ndependencies: []\n```\n\n---\n\n## 🚀 Quick Start\n\n**To use plugins:**  \n1. Browse or search plugins on [the site](https://abendrothj.github.io/lao-plugins).\n2. Each plugin's `README.md` has install/use instructions.\n3. Check `plugin.yaml` for compatibility/version info.\n\n**To contribute a new plugin:**  \n1. Fork this repo, add a new directory to `/plugins/`.\n2. Include your `plugin.yaml`, `README.md`, and binaries (if distributing).\n3. Submit a Pull Request (see [CONTRIBUTING.md](CONTRIBUTING.md))!\n\n---\n\n## 🧩 Plugin Requirements\n\n- `plugin.yaml` manifest: required fields as above.\n- Documentation (`README.md`): how to install/use, contact.\n- All distributed binaries built for major OS targets, where needed.\n- List dependencies and special requirements.\n\nBest starting point: [`plugin-template`](https://github.com/abendrothj/lao/tree/main/plugins/plugin-template)\n\n---\n\n## 🤝 Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for full details!\n\n- Fork, branch, PR—just like any open source repo.\n- We welcome all contributions that enhance LAO's local agentic workflows.\n\n---\n\n## 🆘 Support\n\n- Plugin-specific issues: check their README or linked repo.\n- General help/questions? Open an issue here.\n- For engine/core issues: visit [LAO main repo](https://github.com/abendrothj/lao).\n\n---\n\n## 📄 License\n\nEach community plugin: see its own license.  \nThis registry is MIT-licensed.\n\n---\n\n## 💡 About\n\nBuilt for the LAO ecosystem with GitHub Pages \u0026 Jekyll.  \nWant to help LAO grow? Build and contribute a plugin!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabendrothj%2Flao-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabendrothj%2Flao-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabendrothj%2Flao-plugins/lists"}