smartsheet-rm

smartsheet-rm is a skill for Claude Code, Codex from christianclaudio/mcp-server-smartsheet-rm. It costs 45 tokens per session (1,233 once invoked), scanned A, original, Apache-2.0.

Instructions for managing Smartsheet Resource Management, a work-planning service that tracks projects, assignments, time, staffing, and availability.

In plain words
What is it for?
Use it to fill and reconcile weekly timesheets, approve hours, manage project assignments, plan staffing, and check user availability.
Why use it?
It organizes the steps needed to compare planned work with logged time and understand team capacity.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to fill and reconcile weekly timesheets, approve hours, manage project assignments, plan staffing, and check user availability.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/christianclaudio/mcp-server-smartsheet-rm/smartsheet-rm
Install

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.

Any agent
npx skills add christianclaudio/mcp-server-smartsheet-rm --skill smartsheet-rm
Clone the repo
git clone --depth 1 https://github.com/christianclaudio/mcp-server-smartsheet-rm

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for smartsheet-rm

README.md
[![agentmods](https://agentmods.dev/badge/skills/christianclaudio/mcp-server-smartsheet-rm/smartsheet-rm/github.svg)](https://agentmods.dev/skills/christianclaudio/mcp-server-smartsheet-rm/smartsheet-rm)
Your own site
<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.

agentmods 80×15 button for smartsheet-rm

Your own site · 80×15
<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>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,233 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 11d ago against content hash e82a161eb6c3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

skills/smartsheet-rm/SKILL.md · 77 lines

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, or rm_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_phase and rm_update_project_phase.
  • Resource Allocation — Assign users to phases using rm_create_assignment with allocation_mode="percent" or hours_per_day.

Read the full file on GitHub · 77 lines

Changes

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.

  1. 11d ago First seen · 77 lines · 45 tokens per session scan A e82a161eb6c3

Subscribe to this mod's changes

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.

Related

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…

dustinestes/clockify-agent-plugin · 96 tokens

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…

dustinestes/clockify-agent-plugin · 86 tokens

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/…

NeoNexAI/beebole-mcp · 166 tokens

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.

serac-labs/serac · 62 tokens

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.

serac-labs/serac · 53 tokens

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.

serac-labs/serac · 37 tokens