# HC Embedded Agent POC — HC v1.3.0 > Source: https://ideas.asapai.net/the-page-is-the-agent > Type: skill | ID: hc-embedded-agent-poc --- ## hc-metadata { "hc_version": "1.3.0", "hc_type": "skill", "artifact_id": "hc-embedded-agent-poc", "version": "1.0.0", "title": "HC Embedded Agent POC", "description": "HC page with embedded AI agent that discovers and calls its own hc-tools. No external runtime needed — the page IS the agent server.", "author": "MasteryMade", "created": "2026-02-10T00:00:00Z", "updated": "2026-02-11T14:26:07.917Z", "tags": [ "poc", "embedded-agent", "self-executing" ], "execution": { "auto_execute": true, "bootstrap_required": true, "agentic_capable": true, "agent_embedded": true }, "frameworks": [ { "name": "hc-standard-v1-3-specification", "url": "https://ideas.asapai.net/hc-standard-v1-3-specification", "hc_type": "framework", "artifact_id": "hc-framework-1770764284941", "category": "technical-specification", "tags": [ "specification", "protocol", "standard", "webmcp", "agentic" ], "summary": "Authoritative specification for HyperContext Standard v1.3.0, defining a 4-tier compliance model for AI-compatible web pages with portable context injection, lazy loading, and browser-native tool registration via WebMCP integration. Maintains backward compatibility while adding agentic capabilities.", "token_cost": 500, "added": "2026-02-10T22:58:04.941Z" }, { "name": "hc-standard-v1-3-1-specification", "url": "https://ideas.asapai.net/hc-standard-v1-3-1-specification", "hc_type": "framework", "artifact_id": "hc-framework-1770767972706", "category": "specification", "tags": [ "protocol", "ai-ready", "web-standards", "self-describing", "agentic" ], "summary": "Complete technical specification for HC Standard v1.3.0, a protocol for creating AI-ready web pages that serve as portable, self-describing, tool-equipped systems. Defines the 6-layer architecture, compliance tiers, and implementation guidelines.", "token_cost": 500, "added": "2026-02-10T23:59:32.706Z" }, { "name": "hc-standard-v1-3-2-specification", "url": "https://ideas.asapai.net/hc-standard-v1-3-2-specification", "hc_type": "framework", "artifact_id": "hc-framework-1770810963847", "category": "specification", "tags": [ "hypercontext", "ai-ready", "web-standard", "protocol", "specification" ], "summary": "Complete technical specification for HyperContext (HC) Standard v1.3.2, a protocol for creating AI-ready web pages that are self-describing, tool-equipped systems. Defines 6-layer architecture, 4-tier compliance model, and implementation guidelines for building HC-compliant pages.", "token_cost": 500, "added": "2026-02-11T11:56:03.847Z" }, { "name": "pd-workshop-sop-chain", "url": "https://ideas.asapai.net/pd-workshop-sop-chain", "hc_type": "framework", "artifact_id": "hc-framework-1770819967917", "category": "professional-development", "tags": [ "sop-chain", "instructional-coaching", "student-engagement", "k12-education", "facilitator-training" ], "summary": "A comprehensive 7-step SOP chain framework for designing, delivering, and sustaining professional development workshops focused on student engagement. Includes expert-attributed rationale for each step and AI-executable prompts for instructional coaches and PD designers working in K-12 education.", "token_cost": 500, "added": "2026-02-11T14:26:07.917Z" } ], "artifacts": [ { "name": "hc-standard-v1-3-specification", "url": "https://ideas.asapai.net/hc-standard-v1-3-specification", "hc_type": "framework", "artifact_id": "hc-framework-1770764284941", "category": "technical-specification", "tags": [ "specification", "protocol", "standard", "webmcp", "agentic" ], "summary": "Authoritative specification for HyperContext Standard v1.3.0, defining a 4-tier compliance model for AI-compatible web pages with portable context injection, lazy loading, and browser-native tool registration via WebMCP integration. Maintains backward compatibility while adding agentic capabilities.", "token_cost": 500, "added": "2026-02-10T22:58:04.941Z" }, { "name": "hc-standard-v1-3-1-specification", "url": "https://ideas.asapai.net/hc-standard-v1-3-1-specification", "hc_type": "framework", "artifact_id": "hc-framework-1770767972706", "category": "specification", "tags": [ "protocol", "ai-ready", "web-standards", "self-describing", "agentic" ], "summary": "Complete technical specification for HC Standard v1.3.0, a protocol for creating AI-ready web pages that serve as portable, self-describing, tool-equipped systems. Defines the 6-layer architecture, compliance tiers, and implementation guidelines.", "token_cost": 500, "added": "2026-02-10T23:59:32.706Z" }, { "name": "hc-standard-v1-3-2-specification", "url": "https://ideas.asapai.net/hc-standard-v1-3-2-specification", "hc_type": "framework", "artifact_id": "hc-framework-1770810963847", "category": "specification", "tags": [ "hypercontext", "ai-ready", "web-standard", "protocol", "specification" ], "summary": "Complete technical specification for HyperContext (HC) Standard v1.3.2, a protocol for creating AI-ready web pages that are self-describing, tool-equipped systems. Defines 6-layer architecture, 4-tier compliance model, and implementation guidelines for building HC-compliant pages.", "token_cost": 500, "added": "2026-02-11T11:56:03.847Z" }, { "name": "pd-workshop-sop-chain", "url": "https://ideas.asapai.net/pd-workshop-sop-chain", "hc_type": "framework", "artifact_id": "hc-framework-1770819967917", "category": "professional-development", "tags": [ "sop-chain", "instructional-coaching", "student-engagement", "k12-education", "facilitator-training" ], "summary": "A comprehensive 7-step SOP chain framework for designing, delivering, and sustaining professional development workshops focused on student engagement. Includes expert-attributed rationale for each step and AI-executable prompts for instructional coaches and PD designers working in K-12 education.", "token_cost": 500, "added": "2026-02-11T14:26:07.917Z" } ], "artifact_count": 8 } --- ## hc-instructions ## HC_BOOTSTRAP ### Context This HC page contains an embedded AI agent that can discover and call the page's own hc-tools. The agent reads tool definitions from the hc-tools block and uses them as function calls via the Anthropic API. ### Architecture - hc-tools defines available tools (static JSON) - Embedded agent reads those definitions at runtime - Agent uses Anthropic API with tool_use to call them - Tool handlers execute in the page's JS context - No WebMCP, no extension, no external runtime needed ### The Key Insight The page doesn't need an external agent to act on it. The page can host its own agent that already has access to everything.