AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL unreviewed MIT Self-run

Skills

skill-inflowpayai-inflow-cli-skills · by inflowpayai

A Claude skill from inflowpayai/inflow-cli.

No reviews yet
0 installs
33 views
0.0% view→install

Install

$ agentstack add skill-inflowpayai-inflow-cli-skills

Open-source listing, not yet scanned by AgentStack. Follow the source repository for install instructions.

Security review

⚠ Flagged

1 finding(s); flagged for manual review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures
  • high Pipes remote content directly into a shell (remote code execution).

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Reliability & compatibility

Not yet reviewed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Skills? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

InFlow - Agent Setup

> Served at https://inflowcli.ai/skill.md - the onboarding entry point for AI agents. InFlow gives your agent a wallet > to register, access, and pay for services autonomously across fiat and stablecoins, over MPP and x402.

You are an AI agent whose user asked to get set up with InFlow. Follow these steps.

1. Install

Requires Node.js >= 22.

macOS / Linux:

curl -fsSL https://inflowcli.ai/cli | bash

Windows:

iwr -useb https://inflowcli.ai/install.ps1 | iex

Or install with npm directly: npm install -g @inflowpayai/inflow. Or skip installing and run every command through npx -y @inflowpayai/inflow.

Running as an MCP server? Add an inflow server to your MCP client config that runs npx -y @inflowpayai/inflow --mcp (keep -y; without it the host can stall on first run).

2. Authenticate

Check the current state first - the user may already be logged in:

inflow auth status

If the response includes an update field, tell the user a newer version is available and how to upgrade (npm install -g @inflowpayai/inflow@latest), then proceed with the current version.

If authenticated is false, start the OAuth device flow:

inflow auth login --client-name ""

Replace ` with a clear, unique, identifiable name for your agent - the user sees it on the approval page in their browser. The response includes a verificationurl (present it to the user), a phrase, and a next.command` - run that command immediately to poll until authenticated; do not wait for the user to respond before starting the poll. If your environment can't relay the phrase while a polling command blocks I/O, use inline polling instead:

inflow auth login --client-name "" --interval 5 --timeout 300

Confirm with inflow auth status before proceeding.

3. Load the playbook for your task

Setup alone is not enough. Before performing a task with InFlow, load and follow its playbook:

| Task | Playbook | | --------------------------------------------- | ------------------------------------------------------------------------------ | | Pay HTTP 402-protected resources (MPP / x402) | run inflow --skill, or fetch https://inflowcli.ai/skills/agentic-payments.md |

Prefer inflow --skill - it always matches the version you are running. The web copy reflects the latest release; compare its version: header against inflow --version.

The CLI is self-describing - prefer querying it over static docs: inflow --llms (command index), inflow --llms-full (parameter detail), inflow --schema (JSON Schema for one command).

Links

  • Command index: https://inflowcli.ai/llms.txt (full reference: https://inflowcli.ai/llms-full.txt)
  • Source: https://github.com/inflowpayai/inflow-cli
  • Web app: https://app.inflowpay.ai
  • MPP protocol: https://mpp.dev
  • x402 protocol: https://x402.org
  • Contact: info@inflowpay.ai

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.