interent

Automate paid AI agent workflows via Locus Checkout and job-token gated APIs.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/youvandra/Interent --skill interent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: interent
Source: https://github.com/youvandra/Interent/tree/main
Command: npx skills add https://github.com/youvandra/Interent --skill interent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interent removes the friction of running multi-step AI workflows by letting an agent describe a task, see transparent per-run pricing, pay once via Locus Checkout, and then fetch the results securely.

Core Features & Use Cases

  • Workflow planning: generates a recommended toolchain (steps) plus selectable expected outputs and a USDC pricing breakdown (subtotal + 5% service fee + total).
  • Payment + execution: runs workflows using Locus Wrapped APIs only after payment (or a demo/test pay flow).
  • Result retrieval with access control: returns results to the buyer via a job token that gates status polling and result fetching.
  • Provider alternatives: supports switching providers per step when multiple providers/endpoints exist in the database.

Quick Start

Ask Interent to plan a workflow for your prompt, then pay once using the returned checkout URL and wait for the job to reach DONE so you can fetch the result with your job token.

Frequently Asked Questions about interent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate pay-to-run execution for multi-step AI agent workflows?

You can automate pay-to-run AI agent workflows by submitting a natural-language prompt to generate a toolchain, completing a Locus Checkout payment session, and fetching the executed results using a job token.

How does job token authentication work for retrieving completed AI workflow results?

A job token gates access to your workflow results by requiring a unique token to poll job status via GET /api/jobs/<jobId> and fetch final outputs securely through GET /api/jobs/<jobId>/result.

Can I switch AI providers for specific steps within an orchestrated toolchain?

You can switch AI providers for specific steps within an orchestrated toolchain when multiple wrapped providers and endpoints exist in the database, allowing flexible API orchestration.

What is included in the USDC pricing breakdown for an AI workflow plan?

A USDC pricing breakdown for an AI workflow plan includes a subtotal for the wrapped APIs, a 5% service fee, and the final total cost returned during the POST /api/plan toolchain discovery phase.

How do I trigger execution of a paid AI agent workflow after Locus Checkout?

Execution of a paid AI agent workflow is triggered by a webhook after the checkout.session.paid event occurs, running the coordinated wrapped APIs automatically without manual intervention.