InfiniSynapse Data Analysis
Run multi-turn AI analysis tasks with database and RAG context.
Installation
- Make sure Claude is on your device and in your terminal.
Skills load from
~/.claude/skills/when Claude Code starts up — so you need it on your machine first. If you don't have it yet, install it once with the command below, then runclaudein any terminal to verify.One-time setupnpm i -g @anthropic-ai/claude-codeAlready have it? Skip ahead.
- Paste into Claude Code or into your terminal.
This copies the whole skill folder into
~/.claude/skills/agent-infini-xuzhougeng/— the SKILL.md plus any scripts, reference docs, or templates the skill ships with. Safe default: works for every skill.Faster alternative (instruction-only skills)
Skips the clone and grabs only the SKILL.md file. Don't use this if the skill ships Python scripts, reference markdowns, or asset templates — they won't be downloaded and the skill will fail when it tries to load them.
Quick install (SKILL.md only)Sign up to copy - Restart Claude Code.
Quit and reopen Claude Code (or any other agent that loads from
~/.claude/skills/). New skills are picked up on startup. - Just ask Claude.
Skills auto-activate when your request matches the skill's description — no slash command needed. Trigger phrases live in the skill's own frontmatter; you can read them in the “What this skill does” section above.
Prefer to read the source first? Open on GitHub.
When Claude uses it
Use the InfiniSynapse CLI (`agent_infini`) for multi-turn AI data-analysis tasks, database/RAG context, and task workspace files. Use when the user mentions InfiniSynapse, agent_infini, database or RAG analysis, or asks to delegate analysis through InfiniSynapse.
What this skill does
agent_infini
agent_infini talks to the InfiniSynapse backend REST API. Use it for database-backed analysis, RAG-backed analysis, multi-turn task conversations, and task workspace files.
Default binary locations:
- Linux/macOS:
~/.infini/bin/agent_infini - Windows:
%USERPROFILE%\.infini\bin\agent_infini.exe
If agent_infini is not on PATH, call the full path.
Credential setup
wisp-science stores the InfiniSynapse API key in Settings -> Credentials and initializes the CLI with:
agent_infini init --api-key "sk-xxx"
If the CLI is missing, install it:
irm https://infinisynapse.cn/cli-install/install.ps1 | iex
curl -fsSL https://infinisynapse.cn/cli-install/install.sh | bash
Do not print API keys or dump config files. If authentication fails, ask the user to update the InfiniSynapse API key in Settings -> Credentials or rerun agent_infini init.
Recommended workflow
- Check the CLI:
agent_infini version - List resources:
agent_infini db lsandagent_infini rag ls - Check enabled context:
agent_infini task context - Enable needed context:
agent_infini db enable <id>oragent_infini rag enable <id> - Start a task:
agent_infini task new "..." - Continue the same task:
agent_infini task ask <taskId> "..." - Inspect outputs:
agent_infini task file <taskId>,preview, ordownload
Commands
agent_infini task new "Analyze user growth trend"
agent_infini task ask <taskId> "Show it as a bar chart"
agent_infini task ls [--page N] [--page-size N] [--search Q]
agent_infini task show <taskId>
agent_infini task context
agent_infini task cancel <taskId>
agent_infini task rm <id1> [id2 ...]
agent_infini task file <taskId>
agent_infini task preview <taskId> <fileName>
agent_infini task download <taskId> <fileName> [-o dir]
agent_infini db ls [--name N] [--type T] [--enabled] [--disabled]
agent_infini db enable <id> [id...]
agent_infini db disable <id> [id...]
agent_infini rag ls [--keyword K] [--enabled] [--disabled]
agent_infini rag enable <id> [id...]
agent_infini rag disable <id> [id...]
Useful global flags:
--json: force JSON output--table: force table output for list commands--api-key <key>: override configured API key for this call--server <url>: override server address--console <url>: override Console API URL--prefer-language <lang>:en,zh_CN,ar,ja,ko,ru
Output and errors
Default output is JSON:
{"success": true, "data": {}}
{"success": false, "error": "error message"}
Common fixes:
- Token expired: update Settings -> Credentials or rerun
agent_infini init - Server unreachable: check network and
--server - Task not found: run
agent_infini task ls - No enabled resources: run
agent_infini task context, then enable DBs/RAGs
Related skills
Spreadsheet & Excel Editor
anthropics
Open, edit, and create Excel and CSV files with formulas, formatting, and data cleaning.
n8n Architect
EtienneLescot
Create, edit, and validate n8n workflows and automation configurations.
Business Growth Toolkit
alirezarezvani
Manage customer health, predict churn, handle RFPs, and streamline sales operations.
Revenue Pipeline Analyzer
alirezarezvani
Analyze sales pipeline health, forecast accuracy, and go-to-market efficiency for SaaS teams.