calendar

# Skills Specification for clawd-cli

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "calendar" with this command: npx skills add https://github.com/ticruz38/skills

Skills Specification for clawd-cli

Repository: https://github.com/ticruz38/skills

Installation command: npx skills add https://github.com/ticruz38/skills --skill [skill-name]


Profile Skill Requirements

Existing Profiles

Accountant (Benny)

SkillDescriptionPriority
quickbooksQuickBooks Online integration for syncP0
invoicesCreate, send, and track invoicesP0
receiptsReceipt OCR and data extractionP0
reportsGenerate P&L, balance sheet, cash flowP0
tax-prepTax document preparation and exportP1

Secretary (Terry)

SkillDescriptionPriority
calendarGoogle/Outlook calendar managementP0
emailGmail/Outlook email handlingP0
slackSlack integration for notificationsP1
meetingsMeeting scheduling and prepP0
remindersFollow-up and task remindersP0

Trader (already have: skills-binance, skills-alerts, etc.)

SkillDescriptionPriority
binanceBinance API integration (read-only)P0
alertsPrice alert systemP0
chartsChart generation and technical analysisP0
technical-analysisTA indicators and patternsP1
portfolioPortfolio tracking and P&LP0

New Profiles

Content Creator (Casey)

SkillDescriptionPriority
content-writerWrite posts, blogs, captions in user voiceP0
social-schedulerSchedule posts to LinkedIn, Twitter, etc.P0
engagement-repliesDraft replies to comments/DMsP1
image-promptsGenerate prompts for AI image toolsP1
hashtag-researchFind trending and relevant hashtagsP2

Invoice Chaser (Chase)

SkillDescriptionPriority
invoice-generatorCreate professional invoicesP0
payment-remindersSend polite/firm payment remindersP0
client-trackerTrack client payment historyP0
payment-reconciliationMatch payments to invoicesP1
late-fee-calculatorCalculate and apply late feesP1

Receipt Tracker (Rex)

SkillDescriptionPriority
receipt-ocrExtract data from receipt photosP0
expense-categorizerAuto-categorize expensesP0
tax-exportExport expenses for tax filingP0
monthly-reportsGenerate monthly expense summariesP1
mileage-trackerTrack business mileageP2

Researcher (Russ)

SkillDescriptionPriority
web-searchSearch web for informationP0
news-aggregatorCollect news from RSS/feedsP0
competitor-monitorTrack competitor websites/changesP0
summarizerSummarize articles and reportsP0
saved-searchesRun and save recurring searchesP1

Email Handler (Ian)

SkillDescriptionPriority
inbox-triageSort and prioritize emailsP0
email-summarizerSummarize long threadsP0
draft-responsesDraft reply optionsP0
unsubscribe-helperIdentify and unsubscribe from listsP1
follow-up-remindersRemind about emails needing repliesP1

Gift Guru (Gigi)

SkillDescriptionPriority
gift-suggestionsSuggest personalized giftsP0
occasion-remindersBirthday/anniversary remindersP0
recipient-profilesStore preferences and history per personP0
budget-trackerTrack gift spendingP1
gift-wrapping-locatorFind local gift servicesP2

Meal Planner (Chip)

SkillDescriptionPriority
recipe-suggesterSuggest recipes based on preferencesP0
shopping-list-generatorGenerate organized shopping listsP0
nutrition-trackerTrack macros and caloriesP2
leftover-managerSuggest uses for leftoversP1
pantry-trackerTrack what you have on handP1

Home Handyman (Hank)

SkillDescriptionPriority
maintenance-schedulerSchedule recurring maintenanceP0
appliance-trackerTrack appliances and manualsP0
warranty-managerStore and alert on warrantiesP1
contractor-finderFind and vet local contractorsP1
diy-guidesProvide step-by-step repair guidesP1

Trip Planner (Tina)

SkillDescriptionPriority
flight-searchSearch and compare flightsP0
hotel-finderFind and compare accommodationsP0
itinerary-builderBuild day-by-day itinerariesP0
reservation-trackerTrack all booking confirmationsP0
local-guidesSuggest restaurants and activitiesP1

Frontend-Defined Profiles (Already in UI)

Realtor (Owen)

SkillDescriptionPriority
property-alertsMonitor listings matching criteriaP0
market-reportsLocal market trend reportsP0
client-crmTrack client preferences and timelineP0
showing-schedulerSchedule property showingsP0
offer-trackerTrack offers and negotiationsP1

Analyst (Barry)

SkillDescriptionPriority
data-connectorConnect to data sources (Sheets, Airtable)P0
chart-generatorCreate charts and visualizationsP0
report-builderBuild automated reportsP0
trend-detectorIdentify patterns in dataP1
forecastingSimple projections and forecastingP2

Restaurant (Sergio)

SkillDescriptionPriority
reservation-managerHandle booking requestsP0
waitlistManage waitlist and table turnsP0
specials-boardDaily menu/specials updatesP1
review-monitorMonitor and respond to reviewsP1
event-bookingPrivate dining and eventsP2

Support (Tim)

SkillDescriptionPriority
ticket-triageCategorize and route ticketsP0
kb-searchSearch knowledge base for answersP0
response-draftsDraft support responsesP0
escalation-detectorDetect when to escalateP1
satisfaction-trackerTrack CSAT and feedbackP1

Scheduler (Terry - overlaps with Secretary)

SkillDescriptionPriority
calendar-optimizationFind optimal meeting timesP0
buffer-timeAuto-add buffer between meetingsP0
focus-time-blocksProtect deep work timeP1
scheduling-linksGenerate booking linksP0
timezone-handlerHandle multi-timezone schedulingP1

Skill Naming Conventions

All skills should follow the pattern:

skills/[skill-name]

Examples:

  • skills/invoice-generator
  • skills/calendar
  • skills/receipt-ocr

This maps to installation:

npx skills add https://github.com/ticruz38/skills --skill invoice-generator

Skill Directory Structure

Each skill in the repo should have:

skills/
├── [skill-name]/
│   ├── skill.yaml          # Skill metadata
│   ├── index.js            # Main entry point
│   ├── README.md           # Documentation
│   └── package.json        # Dependencies

Total Skills Needed: 60

By Priority:

  • P0 (Critical): 35 skills
  • P1 (Important): 20 skills
  • P2 (Nice-to-have): 15 skills

Implementation Order:

  1. Create all P0 skills first (minimum viable product)
  2. Add P1 skills for feature completeness
  3. Add P2 skills for polish

Installation Reference

# Single skill
npx skills add https://github.com/ticruz38/skills --skill invoice-generator

# Multiple skills
npx skills add https://github.com/ticruz38/skills --skill invoice-generator
npx skills add https://github.com/ticruz38/skills --skill payment-reminders

# With version tag
npx skills add https://github.com/ticruz38/skills --skill invoice-generator --version 1.2.0

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

binance-auth

No summary provided by upstream source.

Repository SourceNeeds Review
General

reminders

No summary provided by upstream source.

Repository SourceNeeds Review
General

auth-provider

No summary provided by upstream source.

Repository SourceNeeds Review
General

meetings

No summary provided by upstream source.

Repository SourceNeeds Review