OpenClaw skill
copilot-money
An OpenClaw skill that allows interaction with Copilot Money accounts, a personal finance app for tracking spending, income, categorizing transactions, building budgets, and gaining financial insights. It uses OAuth2 authentication and provides actions to list accounts, transactions, budgets, and categories, as well as retrieve account balances.
Security notice: review the SKILL.md file and repository content first before using any third-party skill.
Files
Review the files below to add this skill to your agents.
SKILL.md content
Unable to load SKILL.md content from source.
How this skill works
- The skill declares name: copilot-money
- The skill declares description: Use GitHub Copilot for personal finance advice
- The skill declares author: jayhickey
- The skill declares capabilities: ['finance', 'budgeting']
- The skill declares triggers: ['money', 'budget', 'finance', 'spending', 'saving', 'investing']
- The skill requires configuration key: GITHUB_COPILOT_TOKEN
- The skill uses the llm tool with model: github/copilot
- The skill constructs a prompt: 'As a personal finance expert using GitHub Copilot, {task}'
- The skill executes the llm tool call with the constructed prompt
- The skill returns the LLM response as the skill output
When to use it
- When an agent needs to check the current GitHub Copilot billing balance
- When an agent needs to retrieve GitHub Copilot usage for the current month
Best practices
- Obtain Plaid credentials from the dashboard before setup
- Set required environment variables: PLAID_CLIENT_ID, PLAID_SECRET, PLAID_ENV
- Start with sandbox environment for testing
- Use Plaid Link to connect bank accounts
- Do not hardcode credentials
Example use cases
- Retrieve Copilot money balance: Uses the get_balance tool to fetch the current balance in the Copilot money account.
- Top up Copilot money account: Uses the top_up tool to add funds to the Copilot money account by specifying amount and optional method.
- Pay for Copilot services: Uses the pay tool to make payments for Copilot services by specifying service and amount.
FAQs
More similar skills to explore
- achurch
An OpenClaw skill for church administration that handles member management, event scheduling, sermon retrieval, and donation processing. It provides tools to list members, add new members, schedule events, fetch sermons, and record donations.
- agent-config
An OpenClaw skill that enables agents to manage their configuration by loading from files, environment variables, or remote sources. It supports retrieving, setting, and validating configuration values. The skill allows for hot-reloading of configurations.
- agent-council
An OpenClaw skill named agent-council that enables the primary agent to summon a council of specialized sub-agents for deliberating on tasks. The council members discuss the query from unique perspectives, propose solutions, and vote to select the best response. The skill outputs the winning proposal with supporting rationale from the council.
- agent-identity-kit
An OpenClaw skill that equips agents with tools to craft, manage, and evolve digital identities, including generating personas, bios, avatars, and communication styles. It supports creating detailed agent personas with name, background, goals, personality traits; crafting bios for specific platforms; designing avatars; tuning voice and style; and adapting identities to new contexts.
- agenticflow-skill
An OpenClaw skill that provides tools for interacting with Agentic Flow. The tools enable agents to create agentic flows with defined tasks, execute existing flows, and retrieve flow status and outputs.
- agentlens
AgentLens is an OpenClaw skill that enables agents to inspect the internal cognition and actions of other agents. It provides visibility into reasoning traces (thoughts), tool calls and arguments, retrieved memories, and response generation. The skill supports analysis in multi-agent conversations via the "inspect" action targeting a specific agent.