Generate, modify, and catalog query tools using natural language. Forge creates validated SOQL, QBOQL, REST, or OData specs from a goal description. Temper modifies existing skills with IP-safe provenance tracking. Catalog lets you browse and search.
Every forged or tempered skill carries a full provenance chain. The opaque lineage taint propagates through any derivation — if you fork a closed-source skill, the fork inherits the taint. This prevents "laundering" attacks where someone tempers a first-party skill, saves it, then tempers the saved version to reveal the original source.
Skills have a license field (open, closed, private)
that governs visibility in the catalog and whether temper uses the transparent or opaque path.
This is the foundation for a future skill marketplace.
// Forge a new query tool from a natural language goal { "name": "data-grout@1/toolsmith.forge@1", "arguments": { "goal": "get leads created this week with email and company", "integration": "salesforce", "entity": "Lead", "save_as_skill": true, "skill_name": "Recent Leads" } } // Temper (modify) an existing skill with a new goal { "name": "data-grout@1/toolsmith.temper@1", "arguments": { "skill_id": "skill_abc123", "goal": "also filter by region = West", "mode": "fork", "save_as_skill": true } }
We can't find the internet
Something went wrong!