II-Agent is an open-source framework and AI agent for building applications, conducting research, and automating workflows from natural-language prompts. Developers, research teams, and enterprises use it to create mobile apps, websites, illustrated books, media, research outputs, and integrations with external services. The catalogue skills and instructions provide workflows and integrations for using II-Agent.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Intelligent-Internet/ii-agent --skill ii-appgit clone --depth 1 https://github.com/Intelligent-Internet/ii-agentWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/intelligent-internet/ii-agent/ii-app)<a href="https://agentmods.dev/skills/intelligent-internet/ii-agent/ii-app"><img src="https://agentmods.dev/badge/skills/intelligent-internet/ii-agent/ii-app.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00034 | $0.00991 |
| Opus 5 | $0.00017 | $0.00495 |
| Sonnet 5 | $0.00007 | $0.00198 |
| Haiku 4.5 | $0.00003 | $0.00099 |
Grade A, and why
ii-app scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ii-app Skill
Use this skill for local app lifecycle actions that should go through the bundled Rust CLI:
ii-app web init <template_id>to scaffold a bundled web template and write a web cacheii-app web restartto restart the cached tmux-backed web serversii-app web view-logto inspect web server outputii-app web screenshotto open the cached preview URL inagent-browser, save a screenshot, and print the file pathii-app web statusto save server log output and a screenshot snapshot to disk, then print the status file pathii-app web checkpointto runbun run build:local, clean transient build artifacts, and create a git checkpoint commitii-app web list-templatesto inspect bundled web template IDsii-app mobile init <project_name>to scaffold an Expo app and write a mobile cacheii-app mobile restartto restart the Expo dev server and refresh tunnel/LAN URLsii-app mobile view-logto inspect Expo outputii-app stripe register-webhookto create a Stripe webhook endpoint and writeSTRIPE_WEBHOOK_SECRETinto the project.env
Workflow
Resolve the skill root as the directory containing this SKILL.md.
- If
bin/ii-appis missing or stale, build it withscripts/build.sh. - Run the binary from the skill root or by absolute path.
- Prefer
--jsonwhen another agent step needs structured output. - Use workspace-local caches unless the user asks for a custom
--cache-path.
Default cache locations:
<workspace>/.ii-app/web.json
<workspace>/.ii-app/mobile.json
Commands
"<skill-root>/bin/ii-app" web list-templates
"<skill-root>/bin/ii-app" web init <template_id> --project-name <name> --workspace <dir>
"<skill-root>/bin/ii-app" web restart --workspace <dir>
"<skill-root>/bin/ii-app" web view-log --workspace <dir>
"<skill-root>/bin/ii-app" web screenshot --workspace <dir>
"<skill-root>/bin/ii-app" web status --workspace <dir>
"<skill-root>/bin/ii-app" web checkpoint --workspace <dir> --project-directory <dir>
"<skill-root>/bin/ii-app" mobile init <project_name> --workspace <dir>
"<skill-root>/bin/ii-app" mobile restart --workspace <dir>
"<skill-root>/bin/ii-app" mobile view-log --workspace <dir>
"<skill-root>/bin/ii-app" stripe register-webhook --stripe-secret-key <sk_...> --endpoint-url <https-url> --project-directory <dir>
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 260 B
- assets/templates/nextjs-shadcn/.gitignore 480 B
- assets/templates/nextjs-shadcn/biome.json 1.3 KB
- assets/templates/nextjs-shadcn/components.json 445 B
- assets/templates/nextjs-shadcn/Dockerfile 1.9 KB
- assets/templates/nextjs-shadcn/Dockerfile.base 648 B
- assets/templates/nextjs-shadcn/eslint.config.mjs 592 B runs code
- assets/templates/nextjs-shadcn/netlify.toml 327 B
- assets/templates/nextjs-shadcn/next.config.js 1.6 KB runs code
- assets/templates/nextjs-shadcn/package-lock.json 212 KB
- assets/templates/nextjs-shadcn/package.json 1.0 KB
- assets/templates/nextjs-shadcn/postcss.config.mjs 135 B runs code
- assets/templates/nextjs-shadcn/README.md 1.4 KB
- assets/templates/nextjs-shadcn/src/app/ClientBody.tsx 382 B
- assets/templates/nextjs-shadcn/src/app/globals.css 1.7 KB
- assets/templates/nextjs-shadcn/src/app/layout.tsx 775 B
- assets/templates/nextjs-shadcn/src/app/page.tsx 282 B
- assets/templates/nextjs-shadcn/src/components/ui/button.tsx 1.9 KB
- assets/templates/nextjs-shadcn/src/lib/utils.ts 169 B runs code
- assets/templates/nextjs-shadcn/tailwind.config.ts 2.1 KB runs code
- assets/templates/nextjs-shadcn/tsconfig.json 730 B
- assets/templates/nextjs-shadcn/vercel.json 39 B
- assets/templates/react-shadcn-python/backend/README.md 0 B
- assets/templates/react-shadcn-python/backend/requirements.txt 174 B
- assets/templates/react-shadcn-python/backend/src/__init__.py 0 B runs code
- assets/templates/react-shadcn-python/backend/src/main.py 360 B runs code
- assets/templates/react-shadcn-python/backend/src/tests/__init__.py 0 B runs code
- assets/templates/react-shadcn-python/Dockerfile 1.3 KB
- assets/templates/react-shadcn-python/Dockerfile.base 541 B
- assets/templates/react-shadcn-python/frontend/.gitignore 253 B
- assets/templates/react-shadcn-python/frontend/bun.lock 66 KB
- assets/templates/react-shadcn-python/frontend/components.json 426 B
- assets/templates/react-shadcn-python/frontend/eslint.config.js 610 B runs code
- assets/templates/react-shadcn-python/frontend/index.html 349 B
- assets/templates/react-shadcn-python/frontend/package.json 984 B
- assets/templates/react-shadcn-python/frontend/public/_redirects 24 B
- assets/templates/react-shadcn-python/frontend/README.md 2.2 KB
- assets/templates/react-shadcn-python/frontend/src/App.tsx 70 B
- assets/templates/react-shadcn-python/frontend/src/components/ui/button.tsx 2.1 KB
- assets/templates/react-shadcn-python/frontend/src/index.css 4.0 KB
- assets/templates/react-shadcn-python/frontend/src/lib/utils.ts 166 B runs code
- assets/templates/react-shadcn-python/frontend/src/main.tsx 230 B
- assets/templates/react-shadcn-python/frontend/src/vite-env.d.ts 38 B runs code
- assets/templates/react-shadcn-python/frontend/tsconfig.app.json 806 B
- assets/templates/react-shadcn-python/frontend/tsconfig.json 212 B
- assets/templates/react-shadcn-python/frontend/tsconfig.node.json 630 B
- assets/templates/react-shadcn-python/frontend/vite.config.ts 399 B runs code
- assets/templates/react-tailwind-python/backend/README.md 0 B
- assets/templates/react-tailwind-python/backend/requirements.txt 174 B
- assets/templates/react-tailwind-python/backend/src/__init__.py 0 B runs code
- assets/templates/react-tailwind-python/backend/src/main.py 360 B runs code
- assets/templates/react-tailwind-python/backend/src/tests/__init__.py 0 B runs code
- assets/templates/react-tailwind-python/Dockerfile 1.3 KB
- assets/templates/react-tailwind-python/Dockerfile.base 516 B
- assets/templates/react-tailwind-python/frontend/.gitignore 253 B
- assets/templates/react-tailwind-python/frontend/eslint.config.js 844 B runs code
- assets/templates/react-tailwind-python/frontend/index.html 266 B
- assets/templates/react-tailwind-python/frontend/package.json 685 B
- assets/templates/react-tailwind-python/frontend/public/_redirects 24 B
- assets/templates/react-tailwind-python/frontend/README.md 587 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 76 lines · 34 tokens per session scan A 93d034309fd5
ii-app is a skill published in the GitHub repository Intelligent-Internet/ii-agent (3,383 stars, last pushed 22d ago), licensed Apache-2.0. It adds 34 tokens to every session and 991 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
web-design
Penguin visual language for generated web pages and app UIs — GitHub-style simplicity with a single blue accent, light and pure-black dark themes, design tokens, component and chat-interface recipes, plus an opt-in warm paper editorial theme.
ui-craft
Design, build, redesign, or modify browser-visible web interfaces with product-quality composition, visual systems, interaction states, responsive behavior, accessibility, and browser visual QA. Use for HTML, CSS, JavaScript, React, Vue, or Svelte pages and components, landing pages, dashboards, admin tools, settings…
frontend-design
Transform UI style requirements into production-ready frontend code with systematic design tokens, accessibility compliance, and creative execution. Use when building websites, web applications, React/Vue components, dashboards, landing pages, or any web UI requiring both design consistency and aesthetic quality.
stream-react-native
Builds, integrates, migrates, and audits Stream Chat, Stream Video, and Stream Feeds in React Native CLI and Expo apps. Use when scaffolding a new RN/Expo Chat, Video, or Feeds app, adding Stream to an existing RN app, upgrading a Stream SDK version (stream-chat-react-native v8 to v9, Feeds v2 to v3), migrating from…
rn-best-practices
This skill should be used when writing or reviewing React Native / Expo code — before writing list rendering, animations, data fetching, component APIs, navigation, or image/media UI — and when asked to "review best practices", "check performance", "optimize renders", "review list rendering", "check animation…
shadcn
Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json…