manage-procurement

manage-procurement is a skill for Claude Code, Codex from ramp-public/cursor-plugin. It costs 75 tokens per session (1,257 once invoked), scanned A, original, MIT.

A tool for finding, inspecting, summarizing, and safely reviewing procurement requests and purchase orders.

In plain words
What is it for?
Use it to look up purchase orders, find requests, inspect approval queues, and approve or reject requests.
Why use it?
It keeps purchase orders and unified requests distinct and requires details and confirmation before approval or rejection.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ramp-public/cursor-plugin/manage-procurement
Any agent
npx skills add ramp-public/cursor-plugin --skill manage-procurement
Clone the repo
git clone --depth 1 https://github.com/ramp-public/cursor-plugin

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for manage-procurement

README.md
[![agentmods](https://agentmods.dev/badge/skills/ramp-public/cursor-plugin/manage-procurement.svg)](https://agentmods.dev/skills/ramp-public/cursor-plugin/manage-procurement)
Your own site
<a href="https://agentmods.dev/skills/ramp-public/cursor-plugin/manage-procurement"><img src="https://agentmods.dev/badge/skills/ramp-public/cursor-plugin/manage-procurement.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,257 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00075 $0.01257
Opus 5 $0.00037 $0.00629
Sonnet 5 $0.00015 $0.00251
Haiku 4.5 $0.00007 $0.00126

Measured 5d ago against content hash ba07025fdae3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

manage-procurement scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/manage-procurement/SKILL.md · 147 lines

How it starts

The opening of the file, as written. The whole thing — 147 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Manage Procurement

Use this skill for purchase order lookup, unified procurement request lookup, pending procurement approvals, and safe request approval or rejection.

Do not use it for bill approval/payment, card transaction cleanup, reimbursements, vendor document upload, accounting recoding, or contract edits.

Rules

  • Use purchase_orders for PO lookup/detail. Use requests for unified request search, request detail, pending approval queue, approval, and rejection.
  • Keep identifiers labeled. purchase_order_id, request_uuid / unified_request_id, and spend_request_id are distinct. Approval acts on the unified request UUID, not the PO UUID.
  • Use --agent for responses you need to parse.
  • Use --json for search filters. The CLI validates unknown JSON keys and enum values, so use --dry_run --json ... when checking payload shape.
  • Use exact pagination cursors returned by the API. Do not trim or rewrite them.
  • Procurement schemas do not return deep-link URLs. Present returned identifiers and statuses instead of inventing links.
  • Do not approve or reject without first showing details and confirming the user's intent.
  • For rejection, include the user-supplied or user-accepted reason in --thoughts.
  • PO amount fields are numeric currency units with a currency code. Display them directly; do not apply cents conversion.

Workflow

  1. Search POs first when the user gives a PO number, vendor, or procurement record:

    ramp purchase_orders search --json '{"rationale":"Searching purchase orders by vendor or PO number","filters":{"search":"Figma"},"limit":10}' --agent
    

    If a known PO number is not returned, the spend request may still be pending and the PO may not be issued yet. Search unified requests scoped to purchase orders:

    ramp requests search --json '{"rationale":"Searching purchase order requests before PO issuance","filters":{"search":"Figma","unified_spend_request_types":["PURCHASE_ORDER"]},"limit":10}' --agent
    

Read the full file on GitHub · 147 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 147 lines · 75 tokens per session scan A ba07025fdae3

Subscribe to this mod's changes

manage-procurement is a skill published in the GitHub repository ramp-public/cursor-plugin (1 stars, last pushed 1mo ago), licensed MIT. It adds 75 tokens to every session and 1,257 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

nemoclaw-contributor-implement-issue

Implement an accepted NemoClaw GitHub issue in the current checkout. Use when a user asks to pick up an issue for implementation, implement or fix a named issue, or add the issue's tests. Confirm accepted scope, deliver the smallest independently valuable capability slice, and record validation and remaining gates…

NVIDIA/NemoClaw · 134 tokens

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

shopify-functions

Shopify Functions allow developers to customize the backend logic that powers parts of Shopify. Available APIs: Discount, Cart and Checkout Validation, Cart Transform, Pickup Point Delivery Option Generator, Delivery Customization, Fulfillment Constraints, Local Pickup Delivery Option Generator, Order Routing Location…

Shopify/Shopify-AI-Toolkit · 61 tokens

food-order

Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.

Bitterbot-AI/bitterbot-desktop · 53 tokens

product-description-generator

E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting. Two modes: (A) Create — generate listing from product specs with optional competitor analysis, (B) Optimize — improve…

nexscope-ai/eCommerce-Skills · 126 tokens