SkillAgentSearch skills...

streamapi

officia website https://webstreamapi.tech/

Install / Use

npx skills add BotCoder254/streamapi

Installs into whichever agent you are using.

About this skill
📦

Amazon Q Rules

Amazon Q Developer rules

Quality Score

56/100

Supported Platforms

Amazon Q

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.

Substance
26/30
Structure
17/20
Description
8/15
Adoption
0/20
Freshness
5/15

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 found

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.

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.

SkillScoreStarsUpdatedFormat
streamapi (this skill)by BotCoder254560—Amazon Q Rules
Agent-Reachby Panniantong10085.7k12d agoCLAUDE.md
headroomby headroomlabs-ai10073.9ktodayCLAUDE.md
ai-job-searchby MadsLorentzen10044.1ktodayCLAUDE.md
claude-howtoby luongnv8910041.7k1d agoCLAUDE.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.

StreamAPI - 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 dev with nodemon
  • Production: npm start with 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

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Trust signals

68/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

2 medium1 low