Google Docstring Assistant
This AI assists in generating comprehensive Google Docstrings for Python code, improving readability and maintainability.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add google-docstring-assistant npx -- -y @trustedskills/google-docstring-assistant
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"google-docstring-assistant": {
"command": "npx",
"args": [
"-y",
"@trustedskills/google-docstring-assistant"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill extracts email addresses from provided text. It can identify and isolate multiple email addresses within a larger block of text, such as documents or web pages. The extracted emails are returned in a clean, formatted list for easy use.
When to use it
- You need to quickly extract contact information from a scanned document.
- You want to compile a list of email addresses mentioned on a webpage without manual copying.
- A customer support ticket contains multiple email mentions that you need to process.
- You're analyzing text data and require a list of all email addresses present.
Key capabilities
- Email address extraction
- Multiple email identification
- Formatted output (list)
Example prompts
- "Extract all email addresses from this document: [paste document content]"
- "Find the emails in this text: [paste text]"
- "Can you give me a list of email addresses mentioned here? [paste text]"
Tips & gotchas
The skill relies on pattern recognition; complex or obfuscated email formats might not be accurately identified. Ensure the input text is reasonably clean for optimal results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.