sheets-hub-log
Mandatory log that records all new Google Sheet and tab creation events to the central hub.
Install
mkdir -p .claude/skills/sheets-hub-log && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16955" && unzip -o skill.zip -d .claude/skills/sheets-hub-log && rm skill.zipInstalls to .claude/skills/sheets-hub-log
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Append a row to the Spreadsheet Hub whenever a new spreadsheet is created OR a new tab is added to an existing spreadsheet. This is an automatic rule — never skip it. Do not use for logging flow docs (use /flow-plans-log).Key capabilities
- →Append a row to the Spreadsheet Hub for new Google Sheets
- →Append a row to the Spreadsheet Hub for new tabs in existing sheets
- →Log sheet and tab details including name, purpose, and link
- →Use Sheets API via OAuth for appending data
- →Confirm successful logging to the Spreadsheet Hub
- →Utilize a service account for server-side writing
How it works
The skill appends a row to a designated Google Sheet, the Spreadsheet Hub, using the Sheets API via OAuth, recording details about newly created spreadsheets or tabs.
Inputs & outputs
When to use sheets-hub-log
- →Log new sheet creation
- →Track new tabs
- →Maintain spreadsheet index
About this skill
Spreadsheet Hub Logger
When to use (MANDATORY — never skip)
- A new Google Sheet is created (by any skill or script)
- A new tab is added to an existing Google Sheet
- Priscila says "I added a tab" or "I made a new sheet"
When NOT to use
- Flow docs / master plans / process docs → use
/flow-plans-log(different spreadsheet) - Reading the Hub → call Sheets API directly
Target
- Spreadsheet: Spreadsheet Hub
- ID:
1qDbO6JQX0cKbZ9rHjiM7a4U_p7OOddZ3k3Sp30JJoqo - Location: Marketing > Resource Hub
- Link: https://docs.google.com/spreadsheets/d/1qDbO6JQX0cKbZ9rHjiM7a4U_p7OOddZ3k3Sp30JJoqo
Columns (in this order — one row per tab)
| SPREADSHEET | TAB | PURPOSE | LINK | SPREADSHEET ID |
Execute
Route A (preferred) — Sheets API via OAuth (SHEETS_TOKEN):
POST https://sheets.googleapis.com/v4/spreadsheets/1qDbO6JQX0cKbZ9rHjiM7a4U_p7OOddZ3k3Sp30JJoqo/values/Sheet1!A:E:append?valueInputOption=USER_ENTERED
Body: {"values": [["<sheet name>", "<tab name>", "<purpose>", "<link>", "<sheet id>"]]}
Working Python pattern: ~/.claude/scripts/add_inbox_task.py (same OAuth + append idiom — swap sheet/range).
Route B — Composio GOOGLESHEETS_APPEND_ROW.
Service account
If writing from a GitHub Action or server-side context, use: oak-park-sheets@gen-lang-client-0364933181.iam.gserviceaccount.com — already shared on the Hub.
After appending
Confirm: ✅ Logged to Spreadsheet Hub: <sheet> / <tab>
Why this matters
The Hub is the source of truth for every tab that exists. Skipping a log means future sessions can't find a tab they need to reference.
When not to use it
- →When logging flow docs, master plans, or process docs
- →When reading data from the Spreadsheet Hub
- →When the task is not related to new sheet or tab creation
Limitations
- →Not for logging flow docs or master plans
- →Not for reading data from the Hub
- →Requires OAuth authentication or a service account for writing
How it compares
This skill automates the centralized logging of new spreadsheet and tab creations, ensuring a consistent and searchable record, unlike manual tracking.
Compared to similar skills
sheets-hub-log side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| sheets-hub-log (this skill) | 0 | 4mo | No flags | Beginner |
| linear | 10 | 2mo | No flags | Beginner |
| zapier-workflows | 11 | 9mo | Review | Beginner |
| attio-skill-generator | 7 | 7mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
linear
lobehub
Linear issue management guide. Use when working with Linear issues, creating issues, updating status, or adding comments. Triggers on Linear issue references (LOBE-xxx), issue tracking, or project management tasks. Requires Linear MCP tools to be available.
zapier-workflows
davila7
Manage and trigger pre-built Zapier workflows and MCP tool orchestration. Use when user mentions workflows, Zaps, automations, daily digest, research, search, lead tracking, expenses, or asks to "run" any process. Also handles Perplexity-based research and Google Sheets data tracking.
attio-skill-generator
kesslerio
Generate use-case-specific Attio workflow skills from templates. Use when creating new skills for lead qualification, deal management, customer onboarding, or custom Attio workflows.
automation-brainstorm
MacroMan5
Interactive workflow design advisor for Power Automate, n8n, Make, Zapier and other platforms. Guides users through planning automation workflows with smart questions about triggers, actions, data flow, and error handling. Uses research sub-agent to find best practices and generates detailed implementation plan. Triggers when user mentions "create workflow", "build flow", "design automation", "need ideas for", or describes workflow requirements without having a complete design.
daily-briefing
anthropics
Start your day with a prioritized sales briefing. Works standalone when you tell me your meetings and priorities, supercharged when you connect your calendar, CRM, and email. Trigger with "morning briefing", "daily brief", "what's on my plate today", "prep my day", or "start my day".
jira
davila7
Use when the user mentions Jira issues (e.g., "PROJ-123"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira workflow. Triggers on keywords like "jira", "issue", "ticket", "sprint", "backlog", or issue key patterns.