plugins/innoclaw-cli/skills/innoclaw-cli/SKILL.md
Use the local InnoClaw CLI to run app workflows and Deep Research sessions from the terminal. Trigger when the user wants command-line control over this repository instead of only using the web UI.
npx skillsauth add SpectrAI-Initiative/InnoClaw innoclaw-cliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use the innoclaw command from the repository root for local operation.
Bare innoclaw starts the interactive CLI and treats the current shell directory as the workspace.
innoclaw
innoclaw auth status
innoclaw auth login
innoclaw auth logout
localhost:3000 when needed.npm run dev:no-auth or AUTH_MODE=disabled.innoclaw run --prompt "Summarize this workspace"
printf 'Create a plan for the current repo' | innoclaw run
innoclaw batch --input jobs.json --workers 4
innoclaw doctor
innoclaw app dev
innoclaw app build
innoclaw app lint
innoclaw app test
innoclaw app start
innoclaw workspace list
innoclaw workspace add --name notebooklm --path "$PWD"
innoclaw research list --workspace-id <workspace-id>
innoclaw research create --workspace-id <workspace-id> --title "Survey of time-series Transformer architectures" --content "Write a deep research report."
innoclaw research show --session-id <session-id>
innoclaw research run --session-id <session-id>
innoclaw research export --session-id <session-id>
http://localhost:3000--base-url or INNOCLAW_BASE_URLresearch create, research run, and research export use the same local app runtime and auth flow as innoclaw.workspace add expects a filesystem path that already exists on disk.innoclaw, run, and batch auto-bind the current shell directory as a workspace if needed.tools
SNP Functional Impact Analysis - Analyze SNP function: VEP prediction, variation details, phenotype association, and literature evidence. Use this skill for functional genomics tasks involving get vep id get variation get phenotype accession pubmed search. Combines 4 tools from 2 SCP server(s).
tools
SMILES Comprehensive Analysis - Comprehensive SMILES analysis: validate, convert name, compute all molecular descriptors, and predict ADMET. Use this skill for cheminformatics tasks involving is valid smiles ChemicalStructureAnalyzer calculate mol basic info pred molecule admet. Combines 4 tools from 3 SCP server(s).
tools
Convert SMILES strings to CAS registry numbers using material informatics tools to identify chemical substances.
testing
Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.