← Back to list

google-search-console
by Andrejones92
⭐ 0🍴 0📅 Jan 9, 2026
SKILL.md
name: google-search-console description: Monitor and optimize search performance with Google Search Console. category: analytics
Google Search Console Skill
Monitor and optimize search performance with Google Search Console.
Quick Install
curl -sSL https://canifi.com/skills/google-search-console/install.sh | bash
Or manually:
cp -r skills/google-search-console ~/.canifi/skills/
Setup
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set GOOGLE_CLIENT_ID "your_client_id"
canifi-env set GOOGLE_CLIENT_SECRET "your_client_secret"
canifi-env set GOOGLE_REFRESH_TOKEN "your_refresh_token"
canifi-env set GSC_SITE_URL "your_site_url"
Privacy & Authentication
Your credentials, your choice. Canifi LifeOS respects your privacy.
Option 1: Manual Browser Login (Recommended)
If you prefer not to share credentials with Claude Code:
- Complete the Browser Automation Setup using CDP mode
- Login to the service manually in the Playwright-controlled Chrome window
- Claude will use your authenticated session without ever seeing your password
Option 2: Environment Variables
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
Capabilities
- Performance Analysis: Track search impressions, clicks, and positions
- Index Coverage: Monitor indexing status and errors
- URL Inspection: Check specific URL indexing and crawl status
- Sitemap Management: Submit and monitor sitemaps
- Mobile Usability: Check mobile-friendly issues
Usage Examples
Get Search Performance
User: "Show me search performance for the last 28 days"
Assistant: Returns clicks, impressions, CTR, and position
Check Top Queries
User: "What are my top search queries?"
Assistant: Returns top queries by clicks and impressions
Index Status
User: "Are there any indexing issues?"
Assistant: Returns index coverage report
Inspect URL
User: "Is this page indexed by Google?"
Assistant: Returns indexing status for URL
Authentication Flow
- Create project in Google Cloud Console
- Enable Search Console API
- Set up OAuth 2.0 credentials
- Verify site ownership in Search Console
Error Handling
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Token expired | Refresh access token |
| 403 Forbidden | No site access | Verify site ownership |
| 404 Not Found | Site not found | Check site URL |
| 429 Rate Limited | Quota exceeded | Wait for quota reset |
Notes
- Free tool from Google
- 16 months of historical data
- Core Web Vitals reporting
- Rich results reporting
- Manual actions visibility
- Integrates with Analytics
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon