research-to-website

research-to-website is a skill for Claude Code, Codex from Intelligent-Internet/ii-agent. It costs 62 tokens per session (2,494 once invoked), scanned A, original, Apache-2.0.

A workflow for turning research reports into informative websites. It covers choosing a suitable subject area, loading design rules, planning the page, building it, and publishing it.

In plain words
What is it for?
It helps convert Markdown or PDF research into websites for business, scientific, technical, artistic, or storytelling content, including data displays and scroll-based animations.
Why use it?
It gives research findings a clear web presentation with appropriate structure, visualizations, and design choices.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps convert Markdown or PDF research into websites for business, scientific, technical, artistic, or storytelling content, including data displays and scroll-based animations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/intelligent-internet/ii-agent/research-to-website
About the project

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.

Intelligent-Internet/ii-agent · 3,382 stars · on GitHub · ii.inc

Install

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.

Any agent
npx skills add Intelligent-Internet/ii-agent --skill research-to-website
Clone the repo
git clone --depth 1 https://github.com/Intelligent-Internet/ii-agent

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for research-to-website

README.md
[![agentmods](https://agentmods.dev/badge/skills/intelligent-internet/ii-agent/research-to-website/github.svg)](https://agentmods.dev/skills/intelligent-internet/ii-agent/research-to-website)
Your own site
<a href="https://agentmods.dev/skills/intelligent-internet/ii-agent/research-to-website"><img src="https://agentmods.dev/badge/skills/intelligent-internet/ii-agent/research-to-website/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for research-to-website

Your own site · 80×15
<a href="https://agentmods.dev/skills/intelligent-internet/ii-agent/research-to-website"><img src="https://agentmods.dev/badge/skills/intelligent-internet/ii-agent/research-to-website.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,494 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00062 $0.02494
Opus 5 $0.00031 $0.01247
Sonnet 5 $0.00012 $0.00499
Haiku 4.5 $0.00006 $0.00249

Measured 10d ago against content hash 7a974b53e202, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

research-to-website 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 10d 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.

src/ii_agent/agents/skills/builtin/research-to-website/SKILL.md · 258 lines

How it starts

The opening of the file, as written. The whole thing — 258 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Research to Website Builder

You are building a website from research output. This skill guides domain classification, design decisions, and implementation.

Workflow

  1. Analyze Research → Identify domains, key insights, data points
  2. Load Domain Guidelines → Read relevant files from domains/
  3. Load Component Specs → Read from components/ (animations, typography, etc.)
  4. Create design-spec.md → Merge guidelines into unified spec
  5. Build Website → Implement based on design-spec.md
  6. Deploy → Publish and provide live URL

Domain Classification

Classify the research into 1-3 domains based on content nature and presentation needs, not keywords.

Available Domains

Domain Use When Content Is... Design Character
business-financial Corporate reports, investor materials, market analysis, professional audiences Professional, trustworthy, conservative
academic-technical Scientific papers, technical docs, formal research with citations, methodology-focused Clean, structured, evidence-based
art-creative-storytelling Storytelling, art, culture, nature, emotion-driven, visual narratives, humanities Immersive, animated, image-rich
data-analytics Metrics-heavy, dashboards, quantitative analysis, charts as primary content Interactive, chart-focused, insight-driven
government-policy Public sector, regulations, citizen-facing, accessibility-critical Formal, accessible, authoritative

How to Decide

Ask these questions about the content:

  1. What is the core purpose?

    • Inform investors/professionals → business-financial
    • Present scientific findings → academic-technical
    • Tell a story, evoke emotion, explore culture → art-creative-storytelling
    • Show data trends and metrics → data-analytics
    • Communicate policy to citizens → government-policy
  2. How should the audience experience it?

    • Read carefully, reference later → academic-technical
    • Scroll through a narrative journey → art-creative-storytelling
    • Explore data interactively → data-analytics
    • Scan for key decisions → business-financial

Read the full file on GitHub · 258 lines

Changes

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.

  1. 10d ago First seen · 258 lines · 62 tokens per session scan A 7a974b53e202

Subscribe to this mod's changes

research-to-website is a skill published in the GitHub repository Intelligent-Internet/ii-agent (3,382 stars, last pushed 24d ago), licensed Apache-2.0. It adds 62 tokens to every session and 2,494 once invoked, about $0.0003 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.

Related

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.

Prism-Shadow/penguin-harness · 51 tokens

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…

MemTensor/memmy-agent · 86 tokens

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.

jjyaoao/HelloAgents · 54 tokens

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…

antgroup/agentic-ai-landscape · 94 tokens

ui-ux-pro-max

UI/UX design intelligence for web and mobile. Searchable local database with 84 styles, 192 color palettes, 74 font pairings, 192 product types, 98 UX guidelines, 104 icon entries, 16 GSAP motion presets, and 25 chart types across 22 stacks (React, Next.js, Vue, Nuxt, Svelte, Astro, SwiftUI, React Native, Flutter…

antgroup/agentic-ai-landscape · 162 tokens

frontend-design

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

antgroup/agentic-ai-landscape · 40 tokens