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

Installs 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).
222 chars✓ has a “when” trigger
Beginner

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

You give it
New spreadsheet creation or new tab addition event
You get back
A new row appended to the Spreadsheet Hub with sheet/tab details

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

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.

SkillInstallsUpdatedSafetyDifficulty
sheets-hub-log (this skill)04moNo flagsBeginner
linear102moNo flagsBeginner
zapier-workflows119moReviewBeginner
attio-skill-generator77moReviewIntermediate

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.

10117

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.

11101

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.

7100

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.

778

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

761

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.

1152

Search skills

Search the agent skills registry