# Invoice Management

> |

- **Type:** Skill
- **Install:** `agentstack add skill-cloutdesk-agents-invoice-management`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [cloutdesk](https://agentstack.voostack.com/s/cloutdesk)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [cloutdesk](https://github.com/cloutdesk)
- **Source:** https://github.com/cloutdesk/agents/tree/main/skills/invoice-management

## Install

```sh
agentstack add skill-cloutdesk-agents-invoice-management
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Invoice Management

## What this skill does

An agency's accounts-receivable surface is mostly: which invoices have
gone out, which have been paid, which are aging into overdue, which
have a dispute that needs human attention. This skill reads the
agency's invoice state alongside the collab terms that drove each
invoice (rate, deliverable completion gates, payment schedule
milestones), then produces a current AR view — what to chase, what to
escalate, what to reconcile.

Pairs with [payout-orchestration](../payout-orchestration/SKILL.md),
which moves money out to creators on the back of inbound payments
arriving — invoice-management is the inbound-money tracking surface,
payout-orchestration is the outbound. Together they close the loop
between client cash and creator disbursement.

## Composed into

- `finance-coordinator` — day-to-day accounts-receivable tracking across the agency's invoiced clients

## Cloutdesk MCP tools typically called

| Tool | What for |
|---|---|
| `cloutdesk__get_revenue_summary` | Read the agency's current AR aging + invoice state |
| `cloutdesk__list_collabs` | Cross-reference invoice line items against active collabs |
| `cloutdesk__get_collab` | Read the collab terms that drove a specific invoice |

## Required scopes

- `transactions:read`
- `collaborations:read`

## Standalone usage

Drop this skill into:

- **Claude Code / Claude Desktop** — `.claude/skills/invoice-management/SKILL.md` (project-scoped) or `~/.claude/skills/invoice-management/SKILL.md` (user-scoped)
- **OpenAI Codex** — `.codex/skills/invoice-management/SKILL.md`
- **Other Anthropic Agent Skills-compliant runtimes** — per the runtime's documented skills directory

For Microsoft Agent Framework consumers, this skill's behavior is inlined into the
template-level `microsoft.yaml` manifests under their `instructions:` field rather
than dropped in as a separate file.

## Source & license

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

- **Author:** [cloutdesk](https://github.com/cloutdesk)
- **Source:** [cloutdesk/agents](https://github.com/cloutdesk/agents)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-cloutdesk-agents-invoice-management
- Seller: https://agentstack.voostack.com/s/cloutdesk
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
