grocery-prices
- Repo stars 8,074
- Author repo adk-go
Grocery Prices Skill
This skill provides grocery prices with country-specific taxes.
Instructions
- When asked about grocery prices or totals for a specific country, check if there is a resource file for the country in the
assets/directory. - The file will be named
prices_<country_code>.json. - Apply taxes to specific categories based on the country:
- For US (us): Add a 20% tax to items in the "electronics" and "alcohol" categories.
- For Poland (pl): Add a 23% tax to items in the "electronics" and "alcohol" categories.
- Calculate the final price including tax and report it to the user.
- Fluxly category
- Engineering
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @google · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Instructions
When asked about grocery prices or totals for a specific country, check if there is a resource file for the country in the assets/ directory. The file will be named prices<countrycode>.json. Apply taxes to specific categories based on the country:
# Grocery Prices Skill
This skill provides grocery prices with country-specific taxes.
## Instructions
1. When asked about grocery prices or totals for a specific country, check if there is a resource file for the country in the `assets/` directory.
2. The file will be named `prices_<country_code>.json`.
3. Apply taxes to specific categories based on the country:
- For **US** (us): Add a 20% tax to items in the **"electronics"** and **"alcohol"** categories.
- For **Poland** (pl): Add a 23% tax to items in the **"electronics"** and **"alcohol"** categories.
4. Calculate the final price including tax and report it to the user. Evidence boundary and execution chain
Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Instructions
terms -> US · "electronics" · "alcohol" · Poland
files/cmd -> assets/ · prices<countrycode>.json
body sha256 -> 97b9f568208f
Decide Fit First
Design Intent
How To Use It
Boundaries And Review