Answers from the documentation - opens a ticket when you need a person
Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Answers come from the docs; check anything important there.
portfolio-site - Skill - OpenSmartRoute
Skillv1.0.0
portfolio-site
Static portfolio site for Rj Quoby. Plain HTML/CSS/JS — no framework, no build step, no dependencies.
Imported from quobydaniel/portfolio-site (AGENTS.md). Install upstream with npx skills add quobydaniel/portfolio-site. Copyright stays with the author.
AGENTS.md — portfolio-site
Static portfolio site for Rj Quoby. Plain HTML/CSS/JS — no framework, no build step, no dependencies.
Conventions
All content lives in index.html; styling in css/style.css; behavior in js/main.js.
Placeholders use the format YOUR_X / [edit me] — search for them before any deploy.
Keep it dependency-free. If a feature needs a library, discuss first.
How to run
python3 -m http.server 8080 from the project root, or open index.html directly.
Deploy
GitHub Pages / Netlify / Vercel — instructions in README.md.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/quobydaniel-portfolio-site-portfolio-site/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "quobydaniel-portfolio-site-portfolio-site",
"kind": "skill",
"name": "portfolio-site",
"description": "Static portfolio site for Rj Quoby. Plain HTML/CSS/JS — no framework, no build step, no dependencies.",
"publisher": "quobydaniel",
"version": "1.0.0",
"capabilities": {
"domains": [
"finance"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Static portfolio site for Rj Quoby. Plain HTML/CSS/JS — no framework, no build step, no dependencies."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/quobydaniel/portfolio-site",
"path": "AGENTS.md",
"ref": "70781a4f7c094353355ca794b473bf11d2742864",
"url": "https://github.com/quobydaniel/portfolio-site/blob/70781a4f7c094353355ca794b473bf11d2742864/AGENTS.md",
"key": "quobydaniel/portfolio-site/AGENTS.md"
}
},
"instructions": "# AGENTS.md — portfolio-site\n\nStatic portfolio site for Rj Quoby. Plain HTML/CSS/JS — no framework, no build step, no dependencies.\n\n## Conventions\n- All content lives in `index.html`; styling in `css/style.css`; behavior in `js/main.js`.\n- Placeholders use the format `YOUR_X` / `[edit me]` — search for them before any deploy.\n- Keep it dependency-free. If a feature needs a library, discuss first.\n\n## How to run\n`python3 -m http.server 8080` from the project root, or open `index.html` directly.\n\n## Deploy\nGitHub Pages / Netlify / Vercel — instructions in README.md.",
"cost": {
"context_tokens": 142
}
}
Fetch it by URL: GET /api/v1/registry/quobydaniel-portfolio-site-portfolio-site/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.