{"id":50882276,"url":"https://github.com/ulnit/ai-agent-toolkit","last_synced_at":"2026-06-15T14:01:07.685Z","repository":{"id":362812392,"uuid":"1253115487","full_name":"ulnit/ai-agent-toolkit","owner":"ulnit","description":"AI Agent Toolkit | Zero-dependency CLI tools for AI devs. Python agent scaffolding. $9. AI代理开发工具","archived":false,"fork":false,"pushed_at":"2026-06-06T02:06:40.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-06T04:08:42.032Z","etag":null,"topics":["ai","automation","cli","developer-tools","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ulnit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["ulnit"],"custom":["https://paypal.me/ulnit"]}},"created_at":"2026-05-29T06:59:46.000Z","updated_at":"2026-06-06T02:06:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ulnit/ai-agent-toolkit","commit_stats":null,"previous_names":["ulnit/ai-agent-toolkit"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ulnit/ai-agent-toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulnit%2Fai-agent-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulnit%2Fai-agent-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulnit%2Fai-agent-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulnit%2Fai-agent-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ulnit","download_url":"https://codeload.github.com/ulnit/ai-agent-toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ulnit%2Fai-agent-toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34365597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"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","automation","cli","developer-tools","python"],"created_at":"2026-06-15T14:01:06.770Z","updated_at":"2026-06-15T14:01:07.637Z","avatar_url":"https://github.com/ulnit.png","language":"Python","funding_links":["https://github.com/sponsors/ulnit","https://paypal.me/ulnit","https://paypal.me/ulnit/9","https://paypal.me/ulnit/29"],"categories":[],"sub_categories":[],"readme":"# 🛠️ AI Agent Toolkit\n\n**Production-ready CLI tools for AI agent developers and AI agent templates.** Zero dependencies. Python stdlib only. Runs on Raspberry Pi and any Linux server — one of the most practical **Raspberry Pi AI products** for agent automation, **AI video automation** pipelines, and **AI API reselling** infrastructure.\n\n## 🌟 Featured In\n\nThis product is part of the **[ulnit Agent Store](https://ulnit.github.io/agent-store)** — 23 AI-powered products running 24/7 on a $35 Raspberry Pi.\n\n\u003e 💡 **Power Pairing:** Use this toolkit with **[AI API Gateway](https://github.com/ulnit/ai-api-gateway)** for AI API reselling infrastructure, **[AI Video Factory](https://github.com/ulnit/ai-video-factory)** for AI video automation, and **[Agent Templates](https://github.com/ulnit/agent-templates)** for pre-built AI agent templates — all deployable on a single Raspberry Pi.\n\n## Quick Install\n```bash\ncurl -sSL https://raw.githubusercontent.com/ulnit/ai-agent-toolkit/main/install.sh | bash\n```\n\nOr:\n```bash\npip install ai-agent-toolkit\n```\n\n## Tools\n\n### 🌐 `web-fetch` — Extract clean text from any URL\n```bash\nagent-tools web-fetch \"https://example.com\"\nagent-tools web-fetch \"https://blog.example.com\" -o article.txt\n```\nStrips HTML, scripts, styles. Leaves clean readable text. Perfect for AI ingestion.\n\n### 📋 `json-query` — Query JSON with simple dot notation\n```bash\nagent-tools json-query data.json \"users.0.name\"\nagent-tools json-query api-response.json \"data.items.0.title\"\n```\nNo more writing jq expressions. Just dots.\n\n### 👁️ `file-watch` — React to file changes automatically\n```bash\nagent-tools file-watch ./src \"make build\" -p \"*.py\" -i 3\n```\nGreat for auto-reloading dev servers, triggering AI pipelines on new data.\n\n## Why This Toolkit?\n\n| Feature | This Toolkit | Alternatives |\n|---------|-------------|-------------|\n| Dependencies | **Zero** (stdlib only) | jq (C), pup (Go), entr (C) |\n| Cross-platform | ✅ Linux/Mac/Windows | Varies |\n| AI-friendly output | ✅ Clean text, structured JSON | Raw HTML/XML |\n| Pipeable | ✅ stdin/stdout | Limited |\n| Size | **\u003c 200 lines** | 1000s of lines |\n| Raspberry Pi Ready | ✅ Runs on Pi 4/5 with 4GB RAM | Most require x86 servers |\n\n### Use Cases\n\n- **AI API reselling** — Use `web-fetch` + `json-query` to scrape competitor pricing, monitor API availability, and automate your AI API gateway dashboard\n- **AI video automation** — Use `file-watch` to trigger video generation pipelines (AI Video Factory, ffmpeg) when new scripts or images appear\n- **AI agent templates** — Build custom agent scaffolding with `json-query` parsing config files, then deploy on Raspberry Pi with zero overhead\n- **Raspberry Pi AI products** — The entire toolkit runs on a $35 Pi, making it perfect for low-cost, 24/7 AI automation servers\n\n## Pricing\n\n**Free tier**: 100 requests/day  \n**Pro tier**: $9 one-time — unlimited usage + priority support  \n**Team tier**: $29 — commercial use + custom integrations\n\n[Buy Pro - $9](https://paypal.me/ulnit/9) | [Buy Team - $29](https://paypal.me/ulnit/29)\n\n---\n\nBuilt with ❤️ for the AI agent community. MIT License.\n\n---\n\n## 🔗 Related Products\n\n| Product | Description | Price |\n|---------|-------------|-------|\n| [🛠️ AI Agent Toolkit](https://github.com/ulnit/ai-agent-toolkit) | Zero-dependency CLI tools for AI developers | $9 |\n| [🎨 AI Thumbnail Pro](https://github.com/ulnit/ai-thumbnail-pro) | AI thumbnail \u0026 social graphics generator | $5 |\n| [📱 AI Social Media Kit](https://github.com/ulnit/ai-social-kit) | Cross-platform auto posting engine | $7 |\n| [🏗️ AI Landing Page Factory](https://github.com/ulnit/ai-landing-factory) | Auto SEO landing page generator | $9 |\n| [🎬 AI Video Factory](https://github.com/ulnit/ai-video-factory) | Fully automated video content pipeline | $9/mo |\n| [🔌 AI API Gateway](https://github.com/ulnit/ai-api-gateway) | White-label AI model access reselling | $9/mo |\n| [📝 AI Resume Optimizer](https://github.com/ulnit/ai-resume-optimizer) | ATS-friendly resume analysis \u0026 enhancement | $5-15 |\n\n\u003e 🏪 [View All 23 Products →](https://ulnit.github.io/agent-store)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulnit%2Fai-agent-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fulnit%2Fai-agent-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulnit%2Fai-agent-toolkit/lists"}