Sync data
Sync fresh financial data from Plaid. Use when the user asks to refresh data, pull latest transactions, update balances, or before running any analysis on data that might be stale (more than a day old).From its SKILL.md
npx -y skills add weklund/fiduciary --skill sync-dataAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `bash scripts/sync.sh`.
SKILL.md
0.7 KB, 109 tokens by cl100k_base, as published. Nobody here has run it
Instructions
Run the sync script to pull fresh data from all linked Plaid accounts:
bash scripts/sync.sh
After syncing, confirm what was updated and note the date. If the sync fails because Plaid CLI is not installed or not logged in, tell the user the setup steps:
brew install plaid/plaid-cli/plaidplaid login(orplaid registerfor new accounts)plaid link(to connect bank accounts)
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.