Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add christianclaudio/mcp-server-smartsheet-rm --skill smartsheet-rmgit clone --depth 1 https://github.com/christianclaudio/mcp-server-smartsheet-rmWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/christianclaudio/mcp-server-smartsheet-rm/smartsheet-rm)<a href="https://agentmods.dev/skills/christianclaudio/mcp-server-smartsheet-rm/smartsheet-rm"><img src="https://agentmods.dev/badge/skills/christianclaudio/mcp-server-smartsheet-rm/smartsheet-rm/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/christianclaudio/mcp-server-smartsheet-rm/smartsheet-rm"><img src="https://agentmods.dev/badge/skills/christianclaudio/mcp-server-smartsheet-rm/smartsheet-rm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00045 | $0.01233 |
| Opus 5 | $0.00023 | $0.00616 |
| Sonnet 5 | $0.00009 | $0.00247 |
| Haiku 4.5 | $0.00005 | $0.00123 |
Grade A, and why
smartsheet-rm scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Smartsheet Resource Management (mcp-server-smartsheet-rm) Agent Skill
This skill provides expert instructions, architectural workflows, and safety protocols for AI agents (Claude, Antigravity, Cortex, VS Code) orchestrating Resource Management by Smartsheet (10,000ft API) via mcp-server-smartsheet-rm.
🎯 Core Agent Workflows
1. Weekly Timesheet Filling & Auto-Suggestions Workflow
- Step 1: Discover Active Assignments — Call
rm_list_assignments(user_id=..., from_date="YYYY-MM-DD", to_date="YYYY-MM-DD")to discover active projects and phases. - Step 2: Inspect Scheduled Suggestions — Call
rm_list_user_suggestions(user_id=..., from_date="YYYY-MM-DD", to_date="YYYY-MM-DD")to preview scheduled hours vs logged time. - Step 3: Auto-Confirm or Batch Log — Use
rm_confirm_suggested_hours(user_id=..., from_date=..., to_date=...)to convert schedule suggestions into confirmed time entries, orrm_fill_weekly_timesheet(user_id=..., start_date="YYYY-MM-DD", daily_hours=8.0)to log 8h/day (Mon–Fri) across project assignments in 1 call.
2. Timesheet Reconciliation, Approvals & Month-End Lock
- Step 1: Audit Capacity Variance — Call
rm_reconcile_and_submit_week(user_id=..., start_date="YYYY-MM-DD", target_hours=40.0, auto_submit=False)to check logged hours against the 40-hour standard baseline. - Step 2: Manager Approvals — Call
rm_update_time_approval_status(user_id=..., entry_ids=[...], status="approved", approver_notes="Approved weekly time"). - Step 3: Lock Timesheets — Use
rm_lock_timesheet(user_id=..., lock_date="YYYY-MM-DD", unlock=False)to prevent retroactive edits after billing closes.
3. Project Staffing, Phases & Schedule Cloning
- Template Duplication — Call
rm_clone_project_schedule(source_project_id=..., target_project_name="Client Rollout", new_start_date="YYYY-MM-DD")to duplicate project budget settings, phase milestones, and staffing allocations in 1 call. - Phase Milestones — Create and maintain project milestones with
rm_create_project_phaseandrm_update_project_phase. - Resource Allocation — Assign users to phases using
rm_create_assignmentwithallocation_mode="percent"orhours_per_day.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 77 lines · 45 tokens per session scan A e82a161eb6c3
smartsheet-rm is a skill published in the GitHub repository christianclaudio/mcp-server-smartsheet-rm (0 stars, last pushed today), licensed Apache-2.0. It adds 45 tokens to every session and 1,233 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
clockify-automate
Turn on agent-mediated Clockify tracking: if .clockify/config.yml is missing, run minimal clockify-init first, then forge wizard (GitHub) + Cursor Plan/Debug platforms + runaway wizard, ensure project/tasks, write Cursor rules, and when runaway is enabled install Clockify-owned runaway hooks. Use when the user wants…
clockify-init
Bootstrap Clockify for a repo: AskQuestion for workspace only, write v4 .clockify/config.yml from the plugin example (plugin / scope / entry), and default-ignore personal time-tracking files. Use when setting up time tracking (timer or enter-time). Safe to re-run: does not overwrite existing config unless the user…
beebole-usage
Guía para manejar bien el MCP de Beebole (control de horas). Úsala SIEMPRE que el trabajo implique Beebole o cualquier tool beebole — fichar/consultar horas, proyectos, tareas, personas, timesheets (aprobar/rechazar) o informes de dedicación y rentabilidad. Explica el flujo correcto (curadas → search/describe/…
workspace-builder
Build ServiceNow App Engine Studio applications — sysscope creation, scoped tables, sysawworkspace with lists/forms, the sysux record chain behind UI Builder workspaces, data brokers, and application export readiness checks. Never create a UI Builder page by inserting a sysuxpage row.
problem-management
Manage ServiceNow problems — create from linked incidents, proactive pattern detection, RCA with 5-Whys, knownerror workarounds (KEDB), KEDB search by CI/category/keywords, and permanent-fix linkage to changes.
change-management
Create and transition ServiceNow change requests (normal/standard/emergency), change tasks, affected CIs, approval routing, CAB scheduling, and conflict detection across maintenance windows.