# 第一章：tools.yoqi.me

虽然网络上很多website都提供在线工具。但是，很多时候，一些数据比较隐私，比如生成二维码，为此搭建这个tools项目，主要自己或者朋友间分享使用，毕竟带宽不是很够。。

项目地址：<http://tools.yoqi.me/>\
后续本章所有接口都省略<http://tools.yoqi.me/>

[qrcode ](https://github.com/yoqi/docs/blob/master/qrcode.md)这个主要是生成二维码工具

edit-online 在线编辑器

sparkweb

unix-timestamp 时间戳转换工具，一些数据库时间字段会设置时间戳，而这些都不可视化需要转换。。

bootstrap-edit bootstrap简单的在线编辑，拖动就可以生成代码。

skydrive-mp3 这个是微软onedriver分享链接转换工具，很少用了。

barcodegen 这个是条形码生成工具

markdown 这个是在线markdown工具

md5 在线md5加密工具

encode 在线encode编码工具

[bejson ](/tools/bejson.md)在线json格式化工具


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.yoqi.me/tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
