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.
Grounded in the docs - follow a source before acting on it.
SMC Contact Form Protection - Skill - OpenSmartRoute
Skillv1.0.0
SMC Contact Form Protection
Use when editing contact, forms, email delivery, public/index.html, src/worker.js, or deployment code for Spehar Mandel Consulting. Covers the current /api/contact Worker form flow and FormSubmit forw
Instruction file imported from PryceM/speharmandelconsulting.com (.github/instructions/contact-form.instructions.md). Copyright stays with the author.
Spehar Mandel Consulting Contact Form Protection
Apply these instructions whenever editing the contact section, /api/contact, public/index.html, src/worker.js, or deployment code.
Preserve the current architecture: public/index.html posts to /api/contact and src/worker.js forwards messages using FormSubmit AJAX.
Before merge or deploy, confirm the source contains:
/api/contact in the form action
FormSubmit AJAX handling in src/worker.js
the current contact recipient fallback in the worker
Do not replace the Worker route with a direct form post or a different provider unless Pryce explicitly approves it.
Patch the existing contact flow only; do not rewrite unrelated site sections.
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/prycem-speharmandelconsulting-com-contact-form-instructions/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": "prycem-speharmandelconsulting-com-contact-form-instructions",
"kind": "skill",
"name": "SMC Contact Form Protection",
"description": "Use when editing contact, forms, email delivery, public/index.html, src/worker.js, or deployment code for Spehar Mandel Consulting. Covers the current /api/contact Worker form flow and FormSubmit forwarding.",
"publisher": "PryceM",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"customer_support"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when editing contact, forms, email delivery, public/index.html, src/worker.js, or deployment code for Spehar Mandel Consulting. Covers the current /api/contact Worker form flow and FormSubmit forwarding."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/PryceM/speharmandelconsulting.com",
"path": ".github/instructions/contact-form.instructions.md",
"ref": "cec31bec87391dd9f0131ba503d2eb3b0aa45c26",
"url": "https://github.com/PryceM/speharmandelconsulting.com/blob/cec31bec87391dd9f0131ba503d2eb3b0aa45c26/.github/instructions/contact-form.instructions.md",
"key": "PryceM/speharmandelconsulting.com/.github/instructions/contact-form.instructions.md"
}
},
"instructions": "# Spehar Mandel Consulting Contact Form Protection\n\nApply these instructions whenever editing the contact section, `/api/contact`, `public/index.html`, `src/worker.js`, or deployment code.\n\n- Preserve the current architecture: `public/index.html` posts to `/api/contact` and `src/worker.js` forwards messages using FormSubmit AJAX.\n- Before merge or deploy, confirm the source contains:\n - `/api/contact` in the form action\n - FormSubmit AJAX handling in `src/worker.js`\n - the current contact recipient fallback in the worker\n- Do not replace the Worker route with a direct form post or a differe",
"cost": {
"context_tokens": 182
}
}
Fetch it by URL: GET /api/v1/registry/prycem-speharmandelconsulting-com-contact-form-instructions/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.