
Hiai Web Core
- Updated April 17, 2026
- ssu96ld/hiai-claude-marketplace
hiai-web-core is a Claude Code skill in the AI & Agent Building category. Core web helpers for hiai.
Key points
- hiai-web-core
- AI & Agent Building
- AI-coding skill
Hiai Web Core by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add ssu96ld/hiai-claude-marketplace/plugin install hiai-web-core@hiai-claude-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 17, 2026 |
|---|---|
| Repository | ssu96ld/hiai-claude-marketplace ↗ |
What it does
Core web helpers for hiai.
README.md
hiai-web-core (corrected)
Drop-in replacement files for the hiai-web-core plugin, corrected against the
documented plugin schema in cowork-plugin-management/create-cowork-plugin/references/component-schemas.md.
Changes made
1. plugin.json
- Removed
mcpServersblock (moved to.mcp.json). - Added
authorfield. - Bumped version to
0.1.3.
2. .mcp.json (new)
- Created at plugin root.
- Changed
"type": "url"(not a valid MCP transport) to"type": "http". If the endpoint actually uses Server-Sent Events, change to"type": "sse"instead.
3. skills/ask-hiai/SKILL.md and skills/hiai-world/SKILL.md
- Stripped 11 non-schema frontmatter fields (
when_to_use,argument-hint,disable-model-invocation,user-invocable,allowed-tools,effort,context,agent,hooks,paths,shell). - Kept only the documented fields:
name,description,metadata. - Rewrote
descriptionin third-person with trigger phrases in quotes, per spec. - Moved operational rules (allowed tools, behavior) into the SKILL.md body as prose.
How to apply
Replace the corresponding files in your plugin source repo with these, then:
- Bump the plugin version (already done: 0.1.3).
- Publish / re-sync the plugin.
- In Cowork settings, disable and re-enable the plugin (or restart).
- Verify the skills appear in the Skill tool's list.
Open questions
- MCP transport type: verify whether the
kindling-dev.hiai.studio/mcp/...endpoint is HTTP streamable or SSE. Adjust.mcp.jsonaccordingly. - Directory layout: the documented pattern uses
.mcp.jsonat plugin root. If your distribution tooling expects MCP config insideplugin.json, you may need to keep both until the loader is updated.
Related skills
AI & Agent Buildingagents