From aahl-skills
Deploys HTML or text content to EdgeOne Pages and returns a public URL. No login or API key required. Useful for quick static page sharing or prototypes via npx mcporter.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-2 --plugin aahl-skillsThis skill uses the workspace's default tool permissions.
Deploy HTML content to EdgeOne Pages, return the public URL. No login required, no API key required.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Deploy HTML content to EdgeOne Pages, return the public URL. No login required, no API key required.
HTML or text content to deploy. Provide complete HTML or text content you want to publish, and the system will return a public URL where your content can be accessed.
npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value="<html>Content</html>"
npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value="$(cat index.html)"