Agent skill · Databases

agent-infini

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.

Zhougeng Xu584★ · +324/wk · 1 repos on radarProfile →
claude-codeAGPL-3.0
Install
npx skills add xuzhougeng/wisp-science --skill agent-infini --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/agent-infini/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 895 · +311 this week
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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: ```bash agent_infini init --api-key "sk-xxx" ``` If the CLI is missing, install it: ```powershell irm https://infinisynapse.cn/cli-install/install.ps1 | iex ``` ```bash 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 1. Check the CLI: `agent_infini version` 2. List resources: `agent_infini db ls` and `agent_infini rag ls` 3. Check enabled context: `agent_infini task context` 4. Enable needed context: `agent_infini db enable <id>` or `agent_infini rag enable <id>` 5. Start a task:

What's inside
Steps it walks through
  1. Credential setup
  2. Recommended workflow
  3. Commands
  4. Output and errors
Commands it runs
agent_infini init --api-key "sk-xxx"
curl -fsSL https://infinisynapse.cn/cli-install/install.sh | bash
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>
More from wisp-science
All skills →
About this skill
What does the agent-infini skill do?

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.

How do I install it?

Run `npx skills add xuzhougeng/wisp-science --skill agent-infini --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From xuzhougeng/wisp-science, a repository with 895 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going