{
  "markdown": "# Spice.ai Plugin for Claude Code\n\nA Claude Code plugin with skills for working with the [Spice.ai OSS](https://spiceai.org) runtime — data federation, acceleration, search, AI/LLM, and cloud management.\n\n## Available Skills\n\n| Skill | Description |\n| --- | --- |\n| [spice-setup](skills/spice-setup/) | Install Spice, initialize a project, and run the runtime |\n| [spicepod-config](skills/spicepod-config/) | Create and configure spicepod.yaml manifests |\n| [spice-connect-data](skills/spice-connect-data/) | Connect to data sources and query across them with federated SQL |\n| [spice-data-connector](skills/spice-data-connector/) | Configure individual data source connectors (PostgreSQL, S3, Snowflake, etc.) |\n| [spice-acceleration](skills/spice-acceleration/) | Accelerate data locally for sub-second query performance |\n| [spice-accelerators](skills/spice-accelerators/) | Choose and configure acceleration engines (Arrow, DuckDB, SQLite, etc.) |\n| [spice-search](skills/spice-search/) | Search with vector similarity, full-text keywords, or hybrid RRF |\n| [spice-ai](skills/spice-ai/) | Add AI capabilities — tools, NSQL, memory, model routing, evals |\n| [spice-models](skills/spice-models/) | Configure LLM providers (OpenAI, Anthropic, Azure, local GGUF, etc.) |\n| [spice-text-to-sql](skills/spice-text-to-sql/) | Generate SQL for Spice's DataFusion engine and build text-to-SQL workflows |\n| [spice-caching](skills/spice-caching/) | Cache query and search results with TTL and stale-while-revalidate |\n| [spice-secrets](skills/spice-secrets/) | Manage credentials with secret stores |\n| [spice-cloud-management](skills/spice-cloud-management/) | Manage Spice.ai Cloud resources via the Management API |\n| [spice-terraform](skills/spice-terraform/) | Manage Spice.ai Cloud infrastructure as code with Terraform |\n\n## Maintaining this repo\n\n| Skill | Description |\n| --- | --- |\n| [improve-skills](skills/improve-skills/) | Weekly audit that keeps the skills above current with what has shipped |\n\n`improve-skills` is for maintainers of this repo rather than for using Spice. It\naudits published Spice.ai releases for user-visible changes, routes each one to\nthe skills it affects, applies the edits through `skill-creator`, runs the eval\nregression gate, and opens a PR. Every fact it publishes must be citable from a\npublic source; see\n[its disclosure policy](skills/improve-skills/references/disclosure-policy.md).\n\n## Installation\n\nAdd the marketplace and install the plugin:\n\n```\n/plugin marketplace add spiceai/skills\n/plugin install skills@spiceai\n```\n\nSkills are then available as `/skills:spice-setup`, `/skills:spice-ai`, `/skills:spicepod-config`, etc.\n\n### Project-level auto-discovery\n\nTo auto-suggest the plugin for all contributors, add this to your project's `.claude/settings.json`:\n\n```json\n{\n  \"extraKnownMarketplaces\": {\n    \"spiceai\": {\n      \"source\": {\n        \"source\": \"github\",\n        \"repo\": \"spiceai/skills\"\n      }\n    }\n  },\n  \"enabledPlugins\": {\n    \"skills@spiceai\": true\n  }\n}\n```\n\n## References\n\n- [Spice.ai OSS GitHub](https://github.com/spiceai/spiceai)\n- [Spice Documentation](https://docs.spiceai.org)\n- [Spicepod Reference](https://docs.spiceai.org/reference/spicepod)\n- [Cookbook](https://github.com/spiceai/cookbook)\n\n## License\n\nMIT\n",
  "bytes": 3283,
  "sha": "2bcb0485fcef96a061a3c76ab43eccf1a8bbdb937b50c893611204374f4f1336",
  "repo_slug": "spiceai/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_spiceai_skills_spiceai_skills_eaee65ed/readme"
}