provide

Solid

Turn the owner's existing API, model, or dataset into a paid service on the platform's services catalog — build the thin wrapper endpoint, self-test it against the admission probe's three checks, and hand the owner the exact values the listing form needs. Use when the owner wants to sell, list, or offer something they already run as a metered service agents can pay for.

Code & Development 22 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
45
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Offer a paid service The platform's services catalog (the one `services list` reads) is open admission: anyone who proves a publisher name and connects payouts can list an endpoint, and it goes live the second it passes the published gates — no human review. A service is **not** an extension: no manifest, no bundle, no repo. It is ONE public https endpoint that (1) verifies the platform's signature on every call and (2) answers an NDJSON stream — `status` lines while it works, exactly one `result` that ends the run. The owner usually already runs the thing worth selling. Your job is the thin wrapper around it, the self-test, and a clean hand-off; the listing itself is filed by the owner in **Settings → Services** (prerequisites: a claimed publisher name and payouts, both under Settings too — the agent cannot and must not do those steps). A publisher name is proved from a registry-listed repository OR by claiming a **domain**: the claim screen hands the owner one line to serve at `https://<domain>/.well-known/intentic-claim`, which is the natural lane for a business with no extension — note that a domain publisher's endpoints must then live on that domain or its subdomains. ## 1. Build the wrapper Write a small standalone service (own repo or a directory in theirs) that fronts the owner's existing API. The whole contract, verbatim: **Verify every POST.** The platform sends `x-intentic-timestamp` and `x-intentic-signature = HMAC-SHA256(secret, "{timestamp}.{body}")` — th...

Details

Author
intentic
Repository
intentic/intentic
Created
2 weeks ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

services

Discover and run intentic's premium services (research, data, heavy compute) priced in the owner's membership credits. Use when a task would benefit from a capability no local tool provides — check the catalogue, then ask for a run; the owner approves it in their browser before anything is spent.

22 Updated today
intentic
AI & Automation Listed

monetize-service

Build and deploy a paid API that other agents can pay to use via x402. Use when you or the user want to monetize an API, make money, earn money, offer a service, sell a service to other agents, charge for endpoints, create a paid endpoint, or set up a paid service. Covers "make money by offering an endpoint", "sell a service", "monetize your data", "create a paid API".

0 Updated 1 weeks ago
igor-holt
AI & Automation Listed

curb-sale

Sell or give away something you own on curb.sale, or find secondhand things near you — agent-native local classifieds where one unauthenticated HTTP POST returns a live public URL, with no account, no API key and no signup, ever. Use when someone wants to sell, give away, price or get rid of a physical object they already own — "sell my couch", "what could I get for this", "I'm moving and this has to go", "cleaning out the garage", "does anyone want this", "free to a good home", "before I haul it to the dump", "put it on the curb", "post this on curb.sale" — or wants to find one nearby — "used desk near Austin", "anything free near me", "secondhand stroller around here". Also covers the rest of a listing's life — "did anyone reply", "mark it sold", "lower the price", "take my listing down", and messaging a seller as a buyer. Physical goods only — not services, digital goods, jobs, housing, vehicles, rentals or wanted ads.

0 Updated yesterday
pinatropical