🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Arxiv Agentic Verifier

by @wanng-ide

Actively verifies Python/JS code correctness by generating targeted test cases that expose logic flaws based on problem constraints.

Versionv1.0.0
πŸ’‘ Examples

const AgenticVerifier = require('./index');
const verifier = new AgenticVerifier(process.env.OPENAI_API_KEY);

const problem = "Given two integers A and B, output their sum."; const code = "print(int(input().split()[0]) + int(input().split()[1]))";

verifier.verify(problem, code, 'python') .then(result => console.log(result)) .catch(err => console.error(err));

βš™οΈ Configuration

  • OPENAI_API_KEY: Required for LLM reasoning.
  • View on ClawHub
    TERMINAL
    clawhub install arxiv-agentic-verifier

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’