Best for
- Use when the user mentions InfiniSynapse, agent_infini, database or RAG analysis, or asks to delegate analysis through InfiniSynapse.
xuzhougeng/wisp-science/skills/agent-infini/SKILL.md
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.
Decision brief
agentinfini talks to the InfiniSynapse backend REST API. Use it for database-backed analysis, RAG-backed analysis, multi-turn task conversations, and task workspace files.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/xuzhougeng/wisp-science --skill "skills/agent-infini"Inspect the Agent Skill "agent-infini" from https://github.com/xuzhougeng/wisp-science/blob/95d2c13d1665d46a388b5bdc998dcce0d5ec2eee/skills/agent-infini/SKILL.md at commit 95d2c13d1665d46a388b5bdc998dcce0d5ec2eee. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
wisp-science stores the InfiniSynapse API key in Settings - Credentials and initializes the CLI with:
1. Check the CLI: agentinfini version 2. List resources: agentinfini db ls and agentinfini rag ls 3. Check enabled context: agentinfini task context 4. Enable needed context: agentinfini db enable or agentinfini rag enable 5. Start a task: agentinfini task new "..." 6. Continue…
--json: force JSON output
Token expired: update Settings - Credentials or rerun agentinfini init
Permission review
The documentation includes network, browsing, or remote request actions.
irm https://infinisynapse.cn/cli-install/install.ps1 | iexThe documentation includes network, browsing, or remote request actions.
curl -fsSL https://infinisynapse.cn/cli-install/install.sh | bashThe documentation asks the agent to read local files, directories, or repositories.
Inspect outputs: `agent_infini task file <taskId>`, `preview`, or `download`Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 73/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 560 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
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:
~/.infini/bin/agent_infini%USERPROFILE%\.infini\bin\agent_infini.exeIf agent_infini is not on PATH, call the full path.
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.
agent_infini versionagent_infini db ls and agent_infini rag lsagent_infini task contextagent_infini db enable <id> or agent_infini rag enable <id>agent_infini task new "..."agent_infini task ask <taskId> "..."agent_infini task file <taskId>, preview, or downloadagent_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, ruDefault output is JSON:
{"success": true, "data": {}}
{"success": false, "error": "error message"}
Common fixes:
agent_infini init--serveragent_infini task lsagent_infini task context, then enable DBs/RAGsAlternatives
event4u-app/agent-config
Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.
K-Dense-AI/scientific-agent-skills
Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.
K-Dense-AI/scientific-agent-skills
Use NeuroKit2 to build or audit reproducible research workflows for physiological time-series preprocessing, event/interval analysis, multimodal alignment, variability, and complexity. Trigger when code imports neurokit2 or needs its current APIs, schemas, and method-aware validation—not for diagnosis or device validation.
K-Dense-AI/scientific-agent-skills
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.