streamapi
officia website https://webstreamapi.tech/
Install / Use
npx skills add BotCoder254/streamapiInstalls into whichever agent you are using.
Amazon Q Rules
Amazon Q Developer rules
Quality Score
Category
Development & EngineeringSupported Platforms
Our assessment of streamapi
streamapi scores 56/100 on our quality scale, 2280th of 2,717 Development & Engineering skills we index.
Its Amazon Q Rules is 3.8 KB long, well organised into 21 sections with 1 code example: a solid amount of guidance for an agent.
It has no GitHub stars yet, so there is no community track record; judge it on its content.
Maintenance, license and trust
- We could not determine when the repository was last updated.
- Our last check on 2026-09-27 found the source still online.
- No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
- Its trust signals score 68/100, with 3 cautions from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.
Safety scan
No issues foundOur scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful.
AI review by kimi-k2.7-code on 2026-09-26. Automated pattern scan on 2026-09-26. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.
streamapi compared with similar skills
All 4 of these similar skills score higher than streamapi; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| streamapi (this skill)by BotCoder254 | 56 | 0 | — | Amazon Q Rules |
| Agent-Reachby Panniantong | 100 | 85.7k | 12d ago | CLAUDE.md |
| headroomby headroomlabs-ai | 100 | 73.9k | today | CLAUDE.md |
| ai-job-searchby MadsLorentzen | 100 | 44.1k | today | CLAUDE.md |
| claude-howtoby luongnv89 | 100 | 41.7k | 1d ago | CLAUDE.md |
Frequently asked questions
- How do I install streamapi?
- Run
npx skills add BotCoder254/streamapi. The install tabs above show the steps for each supported agent. - Which AI agents does streamapi work with?
- It is written for Amazon Q, as a Amazon Q Rules file. Other agents that read the same format can often use it too.
- Is streamapi safe to use?
- Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful. It declares no license and scores 68/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
- Is streamapi still maintained?
- We could not determine when the repository was last updated.
Skill content
View source on GitHubStreamAPI - Technology Stack
Programming Languages
- JavaScript (Node.js): Primary backend language (ES6+)
- EJS: Server-side templating engine
- HTML5: Frontend markup
- CSS3: Styling with Tailwind CSS framework
Backend Framework & Runtime
- Node.js: Runtime environment (>=14.0.0)
- Express.js: Web application framework (^4.18.1)
- Express-EJS-Layouts: Layout support for EJS templates
Database & ODM
- MongoDB: Primary database with Atlas cloud hosting
- Mongoose: Object Document Mapper (^8.14.1)
- Connect-Mongo: MongoDB session store (^5.1.0)
Authentication & Security
- Passport.js: Authentication middleware (^0.7.0)
- Passport-Local: Local authentication strategy (^1.0.0)
- bcryptjs: Password hashing (^3.0.2)
- Express-Session: Session management (^1.18.1)
- Connect-Flash: Flash message middleware (^0.1.1)
External APIs & Services
- TMDB API: Movie and TV show data source
- OMDB API: Additional movie metadata
- VidSrc: Video streaming service integration
- Axios: HTTP client for API requests (^0.27.2)
Real-time Communication
- WebSocket (ws): Real-time bidirectional communication (^8.18.1)
- WebTorrent: P2P streaming capabilities (^1.9.7)
Email & Communication
- Nodemailer: Email sending service (^6.9.7)
- EJS: Email template rendering
File Handling & Uploads
- Multer: File upload middleware (^1.4.5-lts.2)
- File System (fs): Native Node.js file operations
- Path: Native Node.js path utilities
Utility Libraries
- CORS: Cross-Origin Resource Sharing (^2.8.5)
- Crypto: Cryptographic functionality (^1.0.1)
- Express-Useragent: User agent parsing (^1.0.15)
- Network-Speed: Network speed testing (^2.1.1)
- Dotenv: Environment variable management (^16.5.0)
Development Tools
- Nodemon: Development server auto-restart (^2.0.22)
- NPM: Package management
Deployment & Infrastructure
- Docker: Containerization platform
- Vercel: Serverless deployment platform
- Render: Cloud application platform
- Serverless-HTTP: Serverless function adapter (^3.2.0)
Frontend Styling & UI
- Tailwind CSS: Utility-first CSS framework
- Font Awesome: Icon library
- Responsive Design: Mobile-first approach
Build & Development Commands
NPM Scripts
{
"start": "node server.js",
"dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
}
Development Workflow
- Local Development:
npm run devwith nodemon - Production:
npm startwith Node.js - Docker Build:
docker build -t streamapi . - Docker Run:
docker run -p 3000:3000 streamapi
Environment Variables
- PORT: Server port (default: 5001)
- TMDB_API_KEY: The Movie Database API key
- EMAIL_HOST: SMTP server host
- EMAIL_PORT: SMTP server port
- EMAIL_USER: Email username
- EMAIL_PASSWORD: Email password
- EMAIL_FROM: From email address
- SITE_URL: Application URL
- SESSION_SECRET: Session encryption secret
API Integrations
TMDB API Endpoints
/movie/popular: Popular movies/movie/now_playing: Latest movies/movie/top_rated: Top-rated movies/tv/popular: Popular TV shows/search/movie: Movie search/search/tv: TV show search
Internal API Endpoints
/api/search: Content search/api/trending: Trending content/api/watchlist/*: Watchlist management/api/player: Video player/api/subscribe: Newsletter subscription
Performance & Optimization
- Session Management: MongoDB-based session storage
- Caching: In-memory storage for frequently accessed data
- Image Optimization: TMDB image CDN integration
- Lazy Loading: Content loading optimization
- WebSocket Optimization: Connection pooling and cleanup
Related Skills
Agent-Reach
85.7kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.9kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
ai-job-search
44.1kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
claude-howto
41.7kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
