langchain-ai/lca-deepagents-territory-report
Build a report on the rep's sales territory — revenue, top customers, top genres, and trends for Jane's book of business — with a chart. Use when asked for a territory report, sales summary, performance numbers, or 'how is my book doing'.
npx skills add https://github.com/langchain-ai/lca-deepagents --skill territory-report
A metrics task. The numbers come from the database; the chart is rendered
from them.
Ask chinook-analyst for Jane's book of business (SupportRepId = 3):
Get exact figures; do the arithmetic with the code interpreter if you need
to combine results.
import datetime; datetime.date.today().isoformat()).write_file a clear Markdown report to /outputs/territory_report-<date>.md:headline totals, a top-customers list, and a revenue-by-genre table.
Call render_pie_chart with the revenue-by-genre labels and values, saved as
territory_chart.png. Reference the image in the report.
Tell Jane where the report and chart were saved, with the headline revenue
number.
Take langchain-ai/lca-deepagents-territory-report from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.