Skip to content

Instantly share code, notes, and snippets.

View desenmeng's full-sized avatar
🤡
LOL

Desen Meng desenmeng

🤡
LOL
View GitHub Profile
@desenmeng
desenmeng / capabilities.txt
Created March 10, 2025 02:26 — forked from jlia0/agent loop
Manus tools and prompts
# Manus AI Assistant Capabilities
## Overview
I am an AI assistant designed to help users with a wide range of tasks using various tools and capabilities. This document provides a more detailed overview of what I can do while respecting proprietary information boundaries.
## General Capabilities
### Information Processing
- Answering questions on diverse topics using available information
- Conducting research through web searches and data analysis
{"sig":"80faa7846889518d9d937c00e87c60e292835665ef44058d81fdf3aeb2d49588dc6e7989e0b6f698bb1e995f1c07c423806bbf4d3d564668b7ac53854d7c7f811","msghash":"66693cf15b91c0b6e805403702d6a02e7c8a162dbc43a41178be4325a32dd77e"}
{"sig":"80faa7846889518d9d937c00e87c60e292835665ef44058d81fdf3aeb2d49588dc6e7989e0b6f698bb1e995f1c07c423806bbf4d3d564668b7ac53854d7c7f811","msghash":"66693cf15b91c0b6e805403702d6a02e7c8a162dbc43a41178be4325a32dd77e"}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <title>Catty Music</title>
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style id="jsbin-css">
* {
@desenmeng
desenmeng / test
Created April 13, 2016 08:38
test
test
@desenmeng
desenmeng / vertical-align-image.html
Created February 29, 2016 09:52
Vertically align text next to an image
<!-- moved "vertical-align:middle" style from span to img -->
<div>
<img style="vertical-align:middle" src="https://placehold.it/60x60">
<span style="">Works.</span>
</div>